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

int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);

Answer Posted / dips

it doesnt have any terminating condition so it will be
infinite loop ,no output

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is null pointer constant?

1280


What is new line escape sequence?

1399


What are different types of variables in c?

1128


What is a program flowchart and explain how does it help in writing a program?

1362


Tell us something about keyword 'auto'.

1109


What are valid signatures for the Main function?

1294


What is data types?

1142


What does volatile do?

1040


Difference between strcpy() and memcpy() function?

1217


What is the use of c language in real life?

1071


Why is c called c?

1075


Why is c fast?

1122


Explain what is gets() function?

1121


Can we declare function inside main?

1051


What is the symbol indicated the c-preprocessor?

1319