Microsoft interview question

Implement the function strcmp in C. (Note that it should be as efficient as the one implemented in C compilers.)

Interview Answer

Anonymous

19 Mar 2012

Start producing correct code. Then try to see if you can optimize it.