Question: What is the return value of the function call f(5)? f is below: int f(int n) { int i, s=0; for (i=0; i
What is the return value of the function call f(5)?
f is below:
int f(int n) {
int i, s=0;
for (i=0; i s = s + i * 2; return s; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
