Undefined values: Difference between revisions

Content added Content deleted
Line 73:
 
=={{header|C|C}}==
{{incorrect|C|NULL is not a built-in undefinedness. Don't confuse macro meaning "zero" with something that's undefined.}}<lang C>
<lang C>
#include<stdlib.h>
#include<stdio.h>