|
|
|
|
|
by markbnj
4144 days ago
|
|
Heh, I got rejected once, a long time ago, for almost exactly this. I was asked to whiteboard a C function to convert an ascii character to an integer, and I wrote one that just returned the result of atoi(). I thought it showed knowledge of the best way to get the job done, but I guess they disagreed. |
|
A reasonable interviewer could just say "Alright, now can you do it without using the standard library?".