engineering recuitment Beltron Programmer Mock Test 2024 Programming and Data Structure Programming in C
In a ‘for loop’ (C Language), if the condition is missing then infinite loop can be avoided by -
(A) continue statement
(B) goto statement
(C) return statement
(D) break statement
1
(A), (B), (C) are correct
2
(A), (B), (D) are correct
3
(B), (C), (D) are correct
4
(A), (C), (D) are correct