网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
int a[]=“ABC”占用的存储器是()
A
3个字节
B
4个字节
C
5个字节
D
6个字节
参考答案
参考解析
解析:
暂无解析
更多 “单选题int a[]=“ABC”占用的存储器是()A 3个字节B 4个字节C 5个字节D 6个字节” 相关考题
考题
( 17 )下列表达式中,类型可以作为 int 型的是A ) “ abc ” + ” efg ”B ) “ abc ” + ’ efg ’C ) ‘ a ’ + ’ b ’D ) 3+ ” 4 ”
考题
下列程序的输出结果是( ) struct abc { int a,b,c;}; main() { struct abc s[2]={{1,2,3},{4,5,6}}; int t; t=s[0].a+s[1].b; printf("%d\n",t); }A.3B.4C.5D.6
考题
有以下程序: #includestdio.h int abe(int u,int v); main { int a=24,b一16,c; c=abc(a,b); printf("%d\n",c); } int abc(int u,int v) { int w; while(v) {w=u%v;u=v;v=w;) return; } 输出结果是( )。A.6B.7C.8D.9
考题
下列程序的输出结果是()。includestruct abc{int a, b, c, s;};main(){struct abc s[2]
下列程序的输出结果是( )。 #include <stdio.h> struct abc { int a, b, c, s;}; main() { struct abc s[2]={{1,2,3},{4,5,6}}; int t; t=s[0].a+s[1].b; printf("%d\n",t); }A.5B.6C.7D.8
考题
以下C程序段的输出结果是(30)。 include void abc(char *str){ int a, b;
以下C程序段的输出结果是(30)。 #include <stdio. h> void abc(char *str){ int a, b; for(a=b=0;str[a]!='\O';a++)if(str[a]!='c') str[b++]=str[a]; str[b]='\O'; } void main(){ char str[]="abcdef"; abc(str); printf("str[]=%s",str); }A.str[]=aB.str[]=abC.str[]=abdefD.str[]=abcdef
考题
有以下程序:#includestdio.hint abe(int u,int v);main{ int a=24,b一16,c;c=abc(a,b);printf(%d\n,c);}int abc(int u,int v){ int w;while(v){w=u%v;u=v;v=w;)return;}输出结果是( )。A.6B.7C.8D.9
考题
下列关于结构型变量的定义语句中,错误的是( )A.typedef struct CCCB.define GGG struct { char name[20];GGG CCC { char name[20]; int age; int age; }GGG; }; GGG abc ; GGG CCC abc;C.structD.struct { char name[20]; { char name[20]; int age; int age; }ccc; }abc; CCC abc;
考题
下列程序中说明的私有成员是 ______。class Location{int x;public: void init(int initX,int initY);private: int y;public: int SetX();Int SetY();A.xB.yC.SetX(),SetY()D.ABC都是
考题
下面关于整数的说法中正确的是()A、short类型占用2字节,int类型占用2字节,long类型占用8字节B、char类型占用1字节,short类型占用2字节long类型占用4字节C、short类型占用1字节,int类型占用2字节.long,类型占用4字节D、short类型占用2字节,int类型占用4字节,long类型占用8字节
考题
char a[10];不能将字符串"abc"存储在数组中的是( ).A、strcpy(a,"abc");B、a[0]=0;strcat(a,"abc");C、a="abc";D、int i;for(i=0;i<3;i++)a[i]=i+97;a[i]=0;
考题
下面哪几项在编译时候,会出现错误提示()。A、int a=Integer.parseInt(abc789);B、int a=(int)’我’;C、int a=int(’我’);D、int a=Integer.parseInt(’a’);
考题
定义一个int类型的有10个无素的数组x,存储于程序存储器,正确的定义语句是:()A、int data x[10];B、int xdata x[10];C、int code x[10];D、int idata x[10];
考题
填空题执行“typedef int ABC[10];”语句把ABC定义为具有10个整型元素的()类型。
热门标签
最新试卷