what is use of loop?

Answers were Sorted based on User's Feedback



what is use of loop?..

Answer / 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

what is use of loop?..

Answer / yashvir yadav

by the help of loop we run the part of program many times with in the a specific condition. that part of program have a range it close in special sign({.......}).

Is This Answer Correct ?    2 Yes 0 No

what is use of loop?..

Answer / 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

what is use of loop?..

Answer / guest

we use loop when we want the given condition is checked
contineously.

Is This Answer Correct ?    0 Yes 0 No

what is use of loop?..

Answer / lakshmi

1)loop is used to perform a particular task till the given
condition is correct.
2)to run the program effiecently and effecttively.

Is This Answer Correct ?    0 Yes 0 No

what is use of loop?..

Answer / 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

what is use of loop?..

Answer / ankith.v

to print the statements Repeatedly until the specified
condition is failed

Is This Answer Correct ?    0 Yes 0 No

what is use of loop?..

Answer / anil kumar nahak

When We Require Repeatably Statements For Specific Number
Times.

Is This Answer Correct ?    0 Yes 0 No

what is use of loop?..

Answer / kalyan chukka

if we print 1 to 100 nos we write 100 printf statements. But
using loop we use single statement.and complexity is low
size is low execution is fast.

Is This Answer Correct ?    0 Yes 0 No

what is use of loop?..

Answer / manokaran

By the help of loop we
can check the condition
continuously.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is diffrance between declaration and defination of a variable or function

4 Answers  


how to display 2-D array elements in spiral

2 Answers  


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  






a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


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

0 Answers  


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


Can I initialize unions?

0 Answers  


Is return a keyword in c?

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


Categories