Answer Posted / guest
we use loop when we want the given condition is checked
contineously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is array of structure in c?
What is void main ()?
What is the easiest sorting method to use?
What are the standard predefined macros?
What are pointers?
What is the code in while loop that returns the output of given code?
what is stack , heap ,code segment,and data segment
Why do we write return 0 in c?
How can I invoke another program or command and trap its output?
Explain is it valid to address one element beyond the end of an array?
Where are local variables stored in c?
What happens if a header file is included twice?
What is the use of #define preprocessor in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What are qualifiers and modifiers c?