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 use of loop?

Answer Posted / uma maheswari

run a part of a programme till the specified condition is
satisfied
instead of doing each&every time for printing some values
we use loop,so time saving

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

2004


Can you define which header file to include at compile time?

1080


What are enumerated types?

1277


When should the const modifier be used?

1158


What is getch?

1284


Did c have any year 2000 problems?

1161


a c code by using memory allocation for add ,multiply of sprase matrixes

2867


What does sizeof int return?

1141


What is static memory allocation? Explain

1141


What is the purpose of macro in C language?

1172


Can i use “int” data type to store the value 32768? Why?

1245


What is the general form of function in c?

1078


Is it better to bitshift a value than to multiply by 2?

1152


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1656


Where can I get an ansi-compatible lint?

1210