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

Mar 19, 2012

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