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...

main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}

Answer Posted / suresh kallam

4 3 2 1 0

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2403


What is enumerated data type in c?

1130


What are linker error?

1152


How can you tell whether two strings are the same?

1314


write a c program for swapping two strings using pointer

2692


How do we print only part of a string in c?

1080


Why c is known as a mother language?

1133


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

1177


If errno contains a nonzero number, is there an error?

1432


Explain about C function prototype?

1143


Is it better to use a macro or a function?

1206


Why c is called procedure oriented language?

1109


What is string concatenation in c?

1139


What is the use of typedef in c?

1083


What is return in c programming?

1024