what is use of loop?

Answer Posted / guest

loops are used at times when we need to repeatedly check a
condion or during in situations when we need to execute
statements again and again as we need.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c method?

529


What is the best way of making my program efficient?

561


What is cohesion and coupling in c?

587


What are the 5 types of organizational structures?

546


What does. int *x[](); means ?

629






Is c is a high level language?

611


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1836


Explain what is the difference between functions getch() and getche()?

601


Where is c used?

644


Is a house a mass structure?

635


What is ponter?

768


What is call by value in c?

552


What is c language used for?

553


Explain what are compound statements?

599


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

928