Vidyalelo
Computer Science · Q232

Linux

Engineering and GATE · Computer Science · question 232

Q232

Which statement skips over the rest of the loop body, causing the next cycle around the loop to begin immediately?

A.
continue
Answer
B.
break
C.
next
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board