I\'m reading this blog post and under the section Null pointer constants and parenthesized expressions the author references § 6.3.2.3 and § 6.5.1 from the
Try printing below line in your C code:
printf("%p",(void*)0);
You will get the output as:
(nil)