Answer Posted / amol p.deokar
When Continue is encountered inside any loop,control automatically passes to the beginning of the loop.
A cont.. is usually associated with an if
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sizeof return in c?
Explain how can I right-justify a string?
Explain function?
find the sum of two matrices and WAP for it.
What is %d used for?
application attempts to perform an operation?
What is difference between structure and union in c?
What is the concatenation operator?
What is the difference between printf and scanf )?
what is use of malloc and calloc?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Is that possible to add pointers to each other?
What does 2n 4c mean?
What is break statement?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?