以下程序的输出结果是______。
#include<stdio.h

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

A.不确定的(因变量无定义)

C.-1

D.1

正确答案是B