jeudi 21 juillet 2016

Initializating a variable in conditional statement

I have a code:

while (i = j) {
/* not important */
}

For how long will this while loop work? Is it till the moment when the value of variable j is equal to zero?

Aucun commentaire:

Enregistrer un commentaire