employer cover photo
employer logo
employer logo

Check Point Software Technologies

Employeur impliqué

Question d’entretien chez Check Point Software Technologies

implement the function "atoi" (convert string to integer)

Réponse à la question d'entretien

Utilisateur anonyme

30 août 2021

Take each character and substract the char '0' to get the numerical value, and multiply each number in the correct power of 10 to get the actual integer