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
What is meant by inheritance?
Why c is called top down?
What is variable and explain rules to declare variable in c?
What is meant by preprocessor in c?
What is a pointer in c?
How does sizeof know array size?
What is the most efficient way to store flag values?
what is ur strangth & weekness
Is there a way to compare two structure variables?
which is an algorithm for sorting in a growing Lexicographic order
Where in memory are my variables stored?
How do you redirect a standard stream?
What is this pointer in c plus plus?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What are the advantages of external class?