Look at this code, what should it do and will it do what you expect.
Risposta di colloquio
Anonimo
4 dic 2010
Typical question about return values in C/C++. Returning a locally scoped variable without passing in a reference and using that to store the return value.