what is use of loop?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is line in c preprocessor?

618


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

764


Write a program to find the biggest number of three numbers in c?

590


code for quick sort?

1626


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

782






I have seen function declarations that look like this

606


What are the data types present in c?

631


Is python a c language?

555


Why should I use standard library functions instead of writing my own?

678


What is pass by reference in functions?

327


Explain how to reverse singly link list.

616


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


What are dangling pointers in c?

650


What is declaration and definition in c?

533


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

568