A pointer in C is simply a type of data that we can use inside of programs. The way an integer data type will hold a number, a pointer data type holds a memory address. Now, this memory address has to be the memory address of another variable, the wa...
stephikebudu.hashnode.dev1 min read
No responses yet.