1
vote
5answers
369 views
How to parse a string to an integer without library functions?
Hi,
I was recently asked this question in an interview:
"How could you parse a string of the form '12345' into its integer representation 12345 without using any library functions, …
