Frage im Vorstellungsgespräch bei Microsoft

Write the fastest possible code for some functions from the C string library (for example, strcpy).

Antwort im Vorstellungsgespräch

Anonym

3. Mai 2013

Hint: talking through what kind of assembly language the C would compile to really helped shaving off a bit of time.