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