Examveda
Examveda

How can you create an infinite loop in C?

A. Use a 'for' loop

B. Use a 'while' loop with a true condition

C. Use a 'do-while' loop

D. Use a 'switch' statement

Answer: Option B


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures