NSEIT Interview Question

What are pointers in C?

Interview Answer

Anonymous

Nov 28, 2020

It is a variable whose value is the address of another variable. We've to declare a pointer like a variable or constant.