For loop exceptional behaviour

Правка en1, от gXa, 2015-08-02 15:55:30

Why this compiles: Plz guide me on this:

int main() {

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

cout<<"H"; }

}

Can u elaborate the working of this code?

Теги for loop

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский gXa 2015-08-02 15:55:30 200 Initial revision (published)