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 is New modifiers?
What is difference between structure and union with example?
What is #define in c?
Is c procedural or functional?
what is event driven software and what is procedural driven software?
Give basis knowledge of web designing ...
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How many types of operator or there in c?
What is static memory allocation?
What is c language used for?
What is a pointer in c plus plus?
Why is c called a mid-level programming language?
What is the scope of global variable in c?
Is c still relevant?
What are valid signatures for the Main function?