SDUWH - 《高级程序设计语言(C)》 - 练习一

判断题

1-1

语句printf("%.2f",1.0/3);输出为0.33。 T

1-2

任何表达式语句都是表达式加分号组成的。T

1-3

C语言程序是从源文件的第一条语句开始执行的。F

1-4

C语言源代码可以不经过编译而被计算机直接运行。( )。F

1-5

C 语言中的变量名不区分大小写。  F

 1-6

In C, when caculating using int type and double type, data is converted from double to int

F

1-7

If a variable is declared as int fahr; the expression(5 * (fahr - 32) / 9) is equal to expression(5 / 9 * (fahr - 32)).

F

1-8

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

F

1-9

In c program, multiple statements are surrounded by a pair of {} are called compound statement, which is considered one statement in syntax.

T

1-10

The data type for return value of a function is the type of function determined when the function is defin

你可能感兴趣的:(SDUWH-C语言-pta,c语言,开发语言)