Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Write programs for String Reversal & Palindrome check

1138


Explain how can I remove the trailing spaces from a string?

1105


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

1839


What is the difference between malloc() and calloc() function in c language?

1138


Write a program to print “hello world” without using semicolon?

1183


Explain 'bus error'?

1165


What is meant by keywords in c?

1114


cavium networks written test pattern ..

4140


Explain how can you restore a redirected standard stream?

1154


What is getch() function?

1109


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.

1994


Explain how can you avoid including a header more than once?

1147


#include { printf("Hello"); } how compile time affects when we add additional header file .

1942


What is #define in c?

1109


Write a program to print ASCII code for a given digit.

1128