Geotab Interview Question

When do you use a pointer in C?

Interview Answer

Anonymous

Jan 13, 2020

For passing big objects to a function, for a function to directly modify multiple values, etc.