for (;;) {} while(true) {} while(1) {} do {} while(true) do {} while(1)
// infinite while loop while(true) { // body of the loop }