Question 1 out of 6
What is the purpose of a pointer in C?
To store memory addresses
Pointers in C are used to store memory addresses of variables.
Added to