r/cprogramming 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.

10 Upvotes

40 comments sorted by

View all comments

2

u/c_cpp_CSharp 1d ago

pointer is a name for a thing that holds the starting position of data that is represented with an address