1.

Iii) Have a look at the following piece of code, state and explain the output. #include int fun(){ static int i; i++; return i;}int main(void) { // your code goes here static int l; for(int i = l; i < 10; i = fun()) printf("Hi "); return 0;}​

Answer» TION:I don't UNDERSTAND what is this?


Discussion

No Comment Found