what is use of loop?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

575


What kind of structure is a house?

549


What is the purpose of type declarations?

673


how should functions be apportioned among source files?

622


Differentiate between functions getch() and getche().

616






a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

680


What is a macro?

652


What are the string functions? List some string functions available in c.

596


What are the salient features of c languages?

618


Why do we use header files in c?

573


Is python a c language?

548


What is the purpose of & in scanf?

589


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

927


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1191


What is the use of clrscr?

588