int i ; for ( i = 4 ; i <= 5 ; i = printf ( "\n%d", i ) ) ; i++ ; why this code showing output 2 2 2 2 2 2 2 2....infinitely???
Separate names with a comma.