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
How does pointer work in c?
What is the difference between exit() and _exit() function?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write a program in c to replace any vowel in a string with z?
What is the use of function in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
In C language what is a 'dangling pointer'?
Is there any demerits of using pointer?
how to construct a simulator keeping the logical boolean gates in c
What is the general form of a C program?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is unsigned int in c?
Are there namespaces in c?
When is a void pointer used?
Can we assign string to char pointer?