Showing posts with label Pointers. Show all posts
Showing posts with label Pointers. Show all posts
Monday, April 6, 2015
Void Pointers
Declaration of a void pointer is given below:
void *ptr1;
ptr1 is a void pointer. ptr1 is a pointer that can point to anything. Void pointers are also known as generic pointers.
void *ptr1;
ptr1 is a void pointer. ptr1 is a pointer that can point to anything. Void pointers are also known as generic pointers.
Subscribe to:
Posts (Atom)