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 / arti yadav
error
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are valid operations on pointers?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a good data structure to use for storing lines of text?
What is a stream water?
What are keywords in c with examples?
What is c basic?
How can you determine the size of an allocated portion of memory?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Write a program to reverse a string.
What is an auto variable in c?
Can one function call another?
What is the advantage of c?
How can I convert a number to a string?
What is the significance of c program algorithms?