Answer Posted / 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 |
Post New Answer View All Answers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is ambagious result in C? explain with an example.
What is the importance of c in your views?
What is data structure in c language?
Write a program to print fibonacci series without using recursion?
What is dynamic dispatch in c++?
What is void main () in c?
while initialization of array why we use a[][2] why not a[2][]...?
What is hashing in c?
What are types of preprocessor in c?
What is c mainly used for?
What is static memory allocation?
What is the difference between %d and %i?
What is p in text message?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?