Block interview question

implement "parse" function e.g. atoi

Interview Answers

Anonymous

6 Oct 2015

Why

2

Anonymous

9 Oct 2015

Even if the answer "Why" is the most correct let's proceed: int value = 0; for (int i=0; i

1