Q18
How can you create an infinite loop in C?
A.
Use a 'for' loop
B.
Use a 'while' loop with a true condition
AnswerC.
Use a 'do-while' loop
D.
Use a 'switch' statement
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board