main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answer Posted / sindhujah
4
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
How important is structure in life?
Explain the binary height balanced tree?
using for loop sum 2 number of any 4 digit number in c language
What is #include conio h?
What are operators in c?
Can I initialize unions?
What is the general form of a C program?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How can you pass an array to a function by value?
Why is main function so important?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What happens if header file is included twice?
How does pointer work in c?
What do you mean by command line argument?
What does the error message "DGROUP exceeds 64K" mean?