#pointers
Read more stories on Hashnode
Articles with this tag
Master arrays with examples and explanations · 1D Arrays: Declaration and initialization of 1D arrays 1D arrays store a collection of similar type data...
Everything you need to know about pointers · Address of a variable Every variable in C has a memory location where it is stored. This memory location is...