填空题
在内存中,存储字符’x’要占用1个字节,存储字符串"X"要占用______个字节。
【参考答案】
B
热门
试题
填空题
下列程序的输出结果是______。 #include<stdio.h> int t(int x,int y,int cp,int dp) cp=x*x+y*y; dp=x*x-y*y; main() int a=1,b=8,c=7,d=9; t(a,b,c,d); printf( %d %d n ,c,d);
填空题
若有定义:int a[4][4]=1,2,3,4,0,4,6,8,10,<1,3,5,7,则初始化后,a[2][2]得到的初值是______。