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 are volatile variables in c?
How can I implement sets or arrays of bits?
When should a type cast be used?
What is cohesion in c?
What is structure pointer in c?
How can I convert a number to a string?
What is pass by reference in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Can we declare variables anywhere in c?
Why is main function so important?
What is the advantage of a random access file?
How to write a code for reverse of string without using string functions?
Why can't I perform arithmetic on a void* pointer?
Why doesnt long int work?
What is echo in c programming?