continue statement is used-
A] to go to the next iteration in a loop
B] come out of a loop
C] exit and return to the main function
D] Continue to main() function
Answers
Answered by
1
Answer:
D because it comes out of loop and will continues again from the main where as break it comes out of the loop the program ends..
Similar questions