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
Where we use clrscr in c?
What is c definition?
Write a c program to demonstrate character and string constants?
Explain how can I right-justify a string?
Describe the difference between = and == symbols in c programming?
What is an auto variable in c?
Can 'this' pointer by used in the constructor?
What is variables in c?
How many levels deep can include files be nested?
What is %s and %d in c?
What are data structures in c and how to use them?
int i=10; printf("%d %d %d", i, i=20, i);
Is javascript written in c?
Is there sort function in c?
main() { printf("hello"); fork(); }