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?

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

disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


What is a macro in c preprocessor?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


why effort estimation is important?

1 Answers  


how to find the sizof of any datatype using bit manipulations

3 Answers  


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


The file stdio.h, what does it contain?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


Categories