Question d’entretien chez Google

Convert char string to integer.

Réponses aux questions d'entretien

Utilisateur anonyme

30 déc. 2011

Pay attention to integer ranges and negative numbers.

Utilisateur anonyme

21 févr. 2012

One thing to consider is how you compare the result to be greater than Integer.MAX_VALUE... because it will overflow so be cautious of that