下面程序运行后的输出结果是____。#include Int main() { printf("%d\n", NULL); return 0;} A、 0B、 1C、 -1D、 NULL没定义,出错 发布时间:2025-06-03 11:26:53