What are pointers in c language
Pointers are special variables that are capable of holding addresses of memory locations that are assigned to other normal variables.Some C programming tasks are performed more easily with pointers, and…
Continue Reading
What are pointers in c language