设:int x=.g.;则整型变量x被赋予字符g。(
您可能感兴趣的试题
- ∴存储类型为auto和register的变量,只有在使用它们时才占用内存单元。
- ∴设:int a[]={23,54,10,33,47,98,72,80,61}, *p=a;则表达式*(p+5)表示引用值为47的数组元素。
- ∴设: int x=11;则表达式(x++*1/3)的值是( )。(2分)
A3
B4
C11
D12
- ∴设: float w; int a, b;则合法的switch语句是( )。(2分)
Aswitch(w) { case 1.0: printf("*\n"); case 2.0: printf("**\n"); }
Bswitch