dimanche 18 octobre 2020

Statements and flow control ( & )

i have a really quick question that i couldn't find information on. What happens exactly inside the if statement, particularly the & part inside of it?

Example:

for (int i = 0; i < 256; i++){
        if (count[i] & 1){
            counter++;
        }
    }

Aucun commentaire:

Enregistrer un commentaire