main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answer Posted / amit
In GCC compiler 54321 is the correct answer.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
Is main a keyword in c?
What is %d called in c?
How does sizeof know array size?
find out largest elemant of diagonalmatrix
What is switch in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What are header files and explain what are its uses in c programming?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Explain why c is faster than c++?
What does static variable mean in c?
What is sizeof array in c?
What does the c in ctime mean?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
what are the 10 different models of writing an addition program in C language?
What is null in c?