void fun()
{
static int i=10;
print ("%d", ++i);
}
int main ()
fun ();
fun();
The answer to the above code is 11 and 12
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment