Answer Posted / satya
continue is a keyword..
whenever this statement encountered in a loop , the control
will immediately send to the starting of the loop , without
continuing the sequence of statements...
starting of the loop means
1)control goes to incremental operator if it is for loop
2)control will go to condition checking statement in while
loop...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are global variables static in c?
What is else if ladder?
What is a rvalue?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is a void pointer? When is a void pointer used?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the role of this pointer?
What are structures and unions? State differencves between them.
program to convert a integer to string in c language'
What is const and volatile in c?
What is void c?
Does c have enums?
What is getch() function?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Is fortran still used today?