logo

Crowdly

Browser

Add to Chrome

Consider the following C function: The value returned by f(1) is 

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Consider the following C function:

int f(int n) {    static int i = 1;    if (n >= 5)       return n;    n = n+i;    i++;    return fNo; }
The value returned by f(1) is 

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on lms.vit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome