题目内容

不可抗力是买卖合同中一项免责条款。

A. 对
B. 错

查看答案
更多问题

以下正确的printf语句是()

A. printf ("This is a C program.\n");
B. printf ("This is a C program.")
C. printf ("This is a C program.);
D. printf "This is a C program.";

程序功能:打印输出hello world#include int main() {printf("Hello, world\n");return 0; }

A. 程序出错,不能运行
B. "Hello, world\n"
C. Hello, world
D. 程序功能:打印输出hello world

通常把高级语言源程序翻译成目标程序的程序称为( )。

A. 编辑程序
B. 汇编程序
C. 编译程序
D. 解释程序

下面程序的错误是()#includeintmian(){printf("helloworld")return0;}

A. 主函数名写错
B. 多了return 0;
C. main()后面少分号
D. printf("helloworld") 后面少分号

答案查题题库