单项选择题

以下程序的输出结果是______。
#include<stdio.h>
main()
printf("%d\n",NULL);

A.不确定的值
B.0
C.-1
D.1