Question d’entretien chez Yahoo

How would you know the highest value using binary?

Réponse à la question d'entretien

Utilisateur anonyme

18 juil. 2013

This sounds like half the question. The quickest figure out the maximum value of an unsigned number on a given system is to take the bitwise complement of 0: unsigned long n = ~0;