Null Pointer

Null Pointer

int x = 0;
if ( x = = NULL)
printf(" God is healing us");

The code will work perfectly however, ANSI Standard for C has given a different meaning to NULL and it is preserved for pointer operation. That is why it is defined as (void *)(0)