Microsoft interview question

Write an atoi function for scratch.

Interview Answer

Anonymous

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