NSEIT interview question

What are pointers in C?

Interview Answer

Anonymous

28 Nov 2020

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