Look at this code, what should it do and will it do what you expect.
Resposta da entrevista
Sigiloso
4 de dez. de 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.