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 op?
for(c=0;c=1000;c++)
printf("%c",c);

Answer Posted / dally

it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you have any idea how to compare array with pointer in c?

1048


Explain how can you restore a redirected standard stream?

1098


Tell me when would you use a pointer to a function?

1058


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1190


Explain how do you override a defined macro?

1078


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1531


Which header file is used for clrscr?

1053


What is the difference between Printf(..) and sprint(...) ?

1532


What are the 4 types of programming language?

1127


What is a constant and types of constants in c?

1119


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2498


What does c mean before a date?

1176


Explain why can’t constant values be used to define an array’s initial size?

1352


What is a shell structure examples?

1101


What are the 5 types of inheritance in c ++?

1021