Identify the infinite loop ?

A) for(; ;)

B) for(int i = 0; i 1; i--)

C) for(int i = 0; ;i++)

D) All of the above

Posted on by