Task 1 : Listen to the recording , and number the following expressions in the order you hear.
查看答案
RC电路暂态过程中, 时间常数т值越大,充放电越慢,电路中电流变化越慢。
A. 对
B. 错
以下声明中,错误的是 。
A. int a=0xFF;
B. double a=1.2e0.5;
C. long a=2L;
D. char a='\72';
以下表示中,不能用作C语言常量的是 。
A. 0UL
B. (long)123
C. 1e0
D. '\x2a'
在以下各组标识符中,均可以用作变量名的一组是 。
A. a01, Int
B. table_1, a*.1
C. 0_a, W12
D. for, point