Tag: pointers in c
-
An array of pointers and A pointer to an array in C
A pointer in C simply is just a variable holding address in the primary memory of another variable, a pointer shouldn’t be dreaded like people usually think. However, there are […]