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
What is the difference between union and anonymous union?
What is context in c?
What is the difference between int main and void main?
What does volatile do?
Is c weakly typed?
How do you print only part of a string?
What is a method in c?
Did c have any year 2000 problems?
What is the value of uninitialized variable in c?
Is register a keyword in c?
Explain how do you determine the length of a string value that was stored in a variable?
What are run-time errors?
What is the explanation for modular programming?
Is it possible to pass an entire structure to functions?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above