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
how we can make 3d venturing graphics on outer interface
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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Write a program to swap two numbers without using a temporary variable?
What is the general form of function in c?
Explain what are multibyte characters?
Explain built-in function?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is c standard library?
What is operator promotion?
How is pointer initialized in c?
Can we declare variable anywhere in c?
What is string function in c?
what are enumerations in C
Explain why C language is procedural?