1.

Consider the following C function. int fun (int n) { int x=1, k; if (n==1) return x; for (k=1; k

A. 0
B. 26
C. 51
D. 71
Answer» D. 71


Discussion

No Comment Found

Related MCQs