c语言笔试题及答案
一、选择题(20分,共10题,每题2分)
A.C语言是面向对象的语言
B.C语言是结构化的程序设计语言
C.C语言中没有指针
D.C语言中不支持函数重载
A.main
B.define
C.int
D.printf
A.hello
B.hello
C.hello
D.(hello)
```c
includestdio.h
intmain(){
inta=5,b=10;
printf(%d,ab?a:b);
return0;
c语言笔试题及答案
一、选择题(20分,共10题,每题2分)
A.C语言是面向对象的语言
B.C语言是结构化的程序设计语言
C.C语言中没有指针
D.C语言中不支持函数重载
A.main
B.define
C.int
D.printf
A.hello
B.hello
C.hello
D.(hello)
```c
includestdio.h
intmain(){
inta=5,b=10;
printf(%d,ab?a:b);
return0;
文档评论(0)