RSS Feed for This PostCurrent Article

Can a for statement loop indefinitely?

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

Trackback URL

Post a Comment