Skip to main content

Definitions by chubsanon001

Infinite Loop 

Programming term used to describe a never ending sequence.
for(int i = 1; i > 0; i++)
{

// Infinite Loop

}
Infinite Loop by chubsanon001 January 21, 2013