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

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

what would be output of the above program and justify your
answer?

}

Answer Posted / biren

we can't call a main function with in main.

Is This Answer Correct ?    7 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

show how link list can be used to repersent the following polynomial i) 5x+2

2395


How we can insert comments in a c program?

1187


What is meant by type specifiers?

1183


What is substring in c?

1257


using for loop sum 2 number of any 4 digit number in c language

2415


What are register variables in c?

1047


Is fortran faster than c?

1082


What is property type c?

1134


Describe the steps to insert data into a singly linked list.

1115


What is an lvalue?

1107


Explain the use of 'auto' keyword

1171


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1290


What are the types of macro formats?

1163


What is a 'null pointer assignment' error?

1249


How can I find out the size of a file, prior to reading it in?

1223