Answer Posted / amit kumar sharma
do while loop executes at once even when the condition is
false and do is to create to do something...
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can a program be made to print the name of a source file where an error occurs?
What is #include stdio h and #include conio h?
Why flag is used in c?
Is this program statement valid? INT = 10.50;
Explain what is operator promotion?
What is a ternary operator in c?
How do I swap bytes?
When is a null pointer used?
Is main an identifier in c?
Can a void pointer point to a function?
What is the right type to use for boolean values in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why double pointer is used in c?
What is the difference between functions getch() and getche()?
Why is #define used?