-->
当前位置:首页 > 题库

题库 第6479页

  • 最新
  • 浏览
  • 评论

The types of arguments in a function call must match the types o

Luz5年前 (2021-05-10)953
The types of arguments in a function call must match the types of the corresponding parameters in the function prototype…

编译预处理指令,是C++语言中不可或缺的重要部分。

Luz5年前 (2021-05-10)1285
编译预处理指令,是C++语言中不可或缺的重要部分。 ~@[](2)答案:FALSE…

In c program, multiple statements are surrounded by a pair of {}

Luz5年前 (2021-05-10)1378
In c program, multiple statements are surrounded by a pair of {} are called compound statement, which is considered one…

C programs starts at the first statement in the source file.

Luz5年前 (2021-05-10)976
C programs starts at the first statement in the source file. ~@[](5)答案:FALSE…

fseek函数一般用于二进制文件。

Luz5年前 (2021-05-10)1017
fseek函数一般用于二进制文件。~@[](1)答案:TRUE…

Scanner is output device.

Luz5年前 (2021-05-10)856
Scanner is output device. ~@[](3)答案:FALSE…

共用体变量不可以进行初始化。

Luz5年前 (2021-05-10)1273
共用体变量不可以进行初始化。 ~@[](1)答案:FALSE…

fseek函数一般用于文本文件。

Luz5年前 (2021-05-10)1229
fseek函数一般用于文本文件。 ~@[](1)答案:FALSE…

文件指针用于指向文件,文件只有被打开后才有对应的文件指针。

Luz5年前 (2021-05-10)1779
文件指针用于指向文件,文件只有被打开后才有对应的文件指针。 ~@[](1)答案:TRUE…

文件是否打开是可以判断的。

Luz5年前 (2021-05-10)1061
文件是否打开是可以判断的。~@[](1)答案:TRUE…