Category pointers

Different types of pointers

Void pointer (generic pointer) : a special type of pointer which point to some dataof no specific types.void *p; Null pointer : a special type of pointer which point nowhere.it is usually used to check if a pointer is pointing to a…

Enable Notifications OK No thanks