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 / sireesha

54321

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do u mean by Direct access files? then can u explain about Direct Access Files?

2029


Tell us the use of fflush() function in c language?

1084


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

2005


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2636


Why ca not I do something like this?

970


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1946


Why are algorithms important in c program?

1067


Explain what are the __date__ and __time__ preprocessor commands?

1072


Explain how do you use a pointer to a function?

1052


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2244


int far *near * p; means

3503


Why is c called a mid-level programming language?

1148


How a string is stored in c?

1015


What are pointers? Why are they used?

1112


Explain what is the difference between null and nul?

1081