选择题
若有以下程序:
#include<stdio.h>
main()
{printf('%d\n', NULL); }
程序的输出结果是
A、
因变量无定义输出不定值
B、
0
C、
-1
D、
1
【正确答案】
B
【答案解析】
提交答案
关闭