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 what are the different file extensions involved when programming in c?

1052


What is the best style for code layout in c?

1048


What is the purpose of the preprocessor directive error?

1200


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1003


What is the difference between c and python?

1104


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1955


What is difference between stdio h and conio h?

1325


Simplify the program segment if X = B then C ← true else C ← false

2960


Explain how do you search data in a data file using random access method?

1070


Why isnt there a numbered, multi-level break statement to break out

995


Explain data types & how many data types supported by c?

1024


Do you know the use of fflush() function?

1012


What is meant by preprocessor in c?

948


Explain why C language is procedural?

1165


Write a program to reverse a string.

1025