Domanda di colloquio di Microsoft

Write an atoi function for scratch.

Risposta di colloquio

Anonimo

22 feb 2016

Simple but also had to take into account edge cases like memory, int size (8-bit, 32-bit, 64-bit cases), negatives

1