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
Why clrscr is used after variable declaration?
What is a example of a variable?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Explain what is the difference between functions abs() and fabs()?
What is the sizeof () a pointer?
How do you generate random numbers in C?
what are bit fields in c?
What are the valid places to have keyword “break”?
What is wild pointer in c with example?
what is the difference between 123 and 0123 in c?
Difference between constant pointer and pointer to a constant.
What is the use of a conditional inclusion statement in C?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are the preprocessor categories?
What are formal parameters?