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
I need a sort of an approximate strcmp routine?
What is pass by reference in c?
How can I read data from data files with particular formats?
Is null valid for pointers to functions?
Explain enumerated types in c language?
What is the heap?
What is the significance of c program algorithms?
What is the condition that is applied with ?: Operator?
Mention four important string handling functions in c languages .
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Under what circumstances does a name clash occur?
Can the sizeof operator be used to tell the size of an array passed to a function?
Where is c used?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +