pnull.c
text/x-c
Filename: pnull.c
Type: text/x-c
Part: 0
#include <stdio.h>
int
main(int argc, char **argv)
{
printf("NULL prints as \"%s\"\n", (char *) NULL);
return 0;
}
text/x-c
#include <stdio.h>
int
main(int argc, char **argv)
{
printf("NULL prints as \"%s\"\n", (char *) NULL);
return 0;
}
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect