What is the output of the below program and how it is?
void main()
{
static int var=5;
printf("%d",var--);
if(var)
main();
}
Answer Posted / sireesha
54321
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what do u mean by Direct access files? then can u explain about Direct Access Files?
Tell us the use of fflush() function in c language?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why ca not I do something like this?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Why are algorithms important in c program?
Explain what are the __date__ and __time__ preprocessor commands?
Explain how do you use a pointer to a function?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
int far *near * p; means
Why is c called a mid-level programming language?
How a string is stored in c?
What are pointers? Why are they used?
Explain what is the difference between null and nul?