问题 单项选择题

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

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

B.0

C.-1

D.1

答案

参考答案:B

选择题
判断题