NULL is a macro which is defined as
#define NULL (void *)0NULL simply refers to a memory pointer pointing to the zero location. Here, void pointer has been given because compiler implicitly converts void pointer to any other pointer type.
About our authors: Team EQA
You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.