railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C While Loop
In C programming, which of the following loop use explicitly breaks out of the loop by executing the break; statement?
1
do loop
2
while loop
3
for loop
4
All of the options