Answer Posted / vignesh1988i
1) loop is a special provisions made in various programming languages in which we travel through till a certain condition is reached ....
2) whenever we have to print certain number of values repeatedly or constantly we can go for looping structures...
3) whenever a certain same operations has to be performed for different values consecutively we go for looping.....
thank u
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
difference between native and cross compilers
What are the different types of linkage exist in c?
if p is a string contained in a string?
What is difference between structure and union with example?
Explain about C function prototype?
What is pointer & why it is used?
Write a Program to find whether the given number or string is palindrome.
What are derived data types in c?
Can you please explain the difference between malloc() and calloc() function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are types of structure?
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between char array and char pointer?
What is ponter?
Why use int main instead of void main?