How to access pointer inside structure in C
It is not a big deal to access pointer inside a structure in c but still, there are a lot of people who make mistakes. In this article, I will write a method to describe the way to how to access a pointer from a structure. Here I am assuming you have already knowledge of […]
How to access pointer inside structure in C Read More »