what is use of loop?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give differences between - new and malloc() , delete and free() ?

615


How does sizeof know array size?

634


What is the scope of static variables in c language?

634


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2989


define string ?

672






I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1911


What are the main characteristics of c language describe the structure of ac program?

616


Explain function?

667


Which of these functions is safer to use : fgets(), gets()? Why?

637


What is scope and lifetime of a variable in c?

582


How will you write a code for accessing the length of an array without assigning it to another variable?

620


Why is main function so important?

619


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1585


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3252


How can I find out how much free space is available on disk?

632