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

printf() will never be executed since for() is an infinite
loop.

Is This Answer Correct ?    30 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of & in scanf?

1122


The __________ attribute is used to announce variables based on definitions of columns in a table?

1253


What is c token?

1126


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


I need previous papers of CSC.......plz help out by posting them.......

2351


How can I dynamically allocate arrays?

1164


What are the uses of a pointer?

1199


Write a program to reverse a given number in c language?

1164


Is linux written in c?

1084


Explain union.

1238


Differentiate between functions getch() and getche().

1109


What does a pointer variable always consist of?

1159


Differentiate call by value and call by reference?

1027


Write a program to swap two numbers without using third variable?

1351


What are disadvantages of C language.

1223