Booz Allen Hamilton Interview Question

Can you a pitfall when using pointers?

Interview Answer

Anonymous

Mar 11, 2020

Dereferencing! You must ensure that you reference or dereference using an & or * when appropriate, as to avoid modifying the address rather than the data as intended.