Question d’entretien chez Viasat

Convert an int to a binary string

Réponse à la question d'entretien

Utilisateur anonyme

11 oct. 2017

To calculate the number of bits you need you can use log2(int)

1