Microsoft Interview Question

Write an atoi function for scratch.

Interview Answer

Anonymous

Feb 22, 2016

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

1