#programming-blogs
Read more stories on Hashnode
Articles with this tag
A while back I was studying about pointers in C, and every now and then the '&' symbol was being used to access the memory of the variable. It made me...
Pointers are essential for managing and manipulating data in memory. One common question that arises is how much memory a pointer itself occupies. I...
There is no need for a special character like '\0' to signify the end of an integer or float. The size of the storage for integers and floats is...
What's up curious beings! So this is my first blog, I hope you'll learn something from this. Note: I'm assuming people reading this already know about...