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 are lookup tables in c?

546


What are the advantages of using Unions?

642


Why c language?

640


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2366


When should a type cast not be used?

620






In C language, a variable name cannot contain?

736


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

904


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

724


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1759


a program that can input number of records and can view it again the record

1476


What is oops c?

602


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

619


How do you determine whether to use a stream function or a low-level function?

641


What is array within structure?

578


Write a program to reverse a linked list in c.

635