why use pointers in c programming
Answers
Answered by
1
A pointer is a variable whose value is the address of another variable, i.e., direct address of the memory location.
Similar questions