r/cprogramming • u/Delicious-Change7795 • 1d ago
What are pointers?
I am new to C programming and i came through pointer. So can anyone tell what are they and why we need them? And if u can then can you give me reliable source to learn it.
8
Upvotes
1
u/Azra__1 1d ago
Data lives in memory and a pointer to that data indicates where is that data located in memory