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
Write programs for String Reversal & Palindrome check
Explain how can I remove the trailing spaces from a string?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the difference between malloc() and calloc() function in c language?
Write a program to print “hello world” without using semicolon?
Explain 'bus error'?
What is meant by keywords in c?
cavium networks written test pattern ..
Explain how can you restore a redirected standard stream?
What is getch() function?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain how can you avoid including a header more than once?
#include
What is #define in c?
Write a program to print ASCII code for a given digit.