DEV Community

Melanie Eureka Ngome
Melanie Eureka Ngome

Posted on

Pointers in C Programming: How Hard?πŸ€”

While learning C programming, I could easily grasp the basics but when I got the pointers bit, I got stuck.
I couldn't quite understand the memory aspect and how it all worked until I took time out to really understand it.
So I decided to share what I'd learned as simply as possible.
If you need a refresher on C pointers or want to understand it better, you should definitely give this a read:
An Essential Guide to Pointers in C Programming

Top comments (0)