Accenture Interview Question

Can a pointer in C point to another pointer?

Interview Answer

Anonymous

Nov 21, 2016

Yes, because a pointer is a variable which holds the address or memory location of other variables. So a pointer can hold the address of another pointer variable.