Wednesday, February 11, 2009

Can a for statement loop indefinitely

Question :Can a for statement loop indefinitely?
Answer :Yes, a for statement can loop indefinitely. For example, consider the following: for(;;) ;

No comments: