Interview Question
Created by admin on Sat, 17/11/2012 - 16:14
Question:
Can a for statement loop indefinitely?
Language:
Answer:
Yes, a for statement can loop indefinitely. For example, consider the following: for(;;).
Can a for statement loop indefinitely?