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 / ferose
write a cprogram in 0 to 50 interger value divisble by 8
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What are header files why are they important?
What is array in C
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
When do we get logical errors?
How can I get the current date or time of day in a c program?
In C programming, what command or code can be used to determine if a number of odd or even?
What is storage class?
Can 'this' pointer by used in the constructor?
How do you initialize pointer variables?
What is the difference between exit() and _exit() function?
How do we print only part of a string in c?
What is difference between far and near pointers?
What is the use of a static variable in c?
write a program to display all prime numbers
How is pointer initialized in c?