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

While(1)
{

}
when this loop get terminate is it a infinite loop?

Answer Posted / raj

it is infinite loop
while(1)
{
break;
}

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain b+ tree?

1122


find the sum of two matrices and WAP for it.

1194


how can I convert a string to a number?

1135


What are qualifiers?

1102


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1368


Explain the difference between #include "..." And #include <...> In c?

1087


What is malloc return c?

1078


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

2306


What is c token?

1121


What is the difference between NULL and NUL?

1351


What is bubble sort in c?

1101


What is the need of structure in c?

1182


What are the different types of control structures in programming?

1174


What is hungarian notation? Is it worthwhile?

1271


What are directives in c?

1021