Answer to Question #273711 in C for Sparrow

Question #273711

void fun()

{

 static int i=10;

print ("%d", ++i);

}

int main ()

{

fun ();

fun();

}

1
Expert's answer
2021-11-30T18:39:58-0500

The answer to the above code is 11 and 12


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS