Bloomberg Interview Question

Look at this code, what should it do and will it do what you expect.

Interview Answer

Anonymous

Dec 4, 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.