软件测试的目的是( )。
有以下程序: #include<stdio.h>main( ){int a=2,b=2,c=2; print{(%d,a/b&c); }程序运行后的输出结果是( )。
有以下定义和语句: struct workers {int num;char name[20];char C; struct {int day;int month;int year;)S; }; struct workers w,*pw; pw=&w; 能给w中year成员赋1980的语句是
有以下程序: #include<stdi0.h> #include<string.h>struct A{int a;char b[10];double C;); void f(struct A t); main( ){struct A a={1001,ZhangDa,l098,0}; f(a);printf(%d,%S,%6.1
设有定义: struet complex{int real,unreal;)datal={1,8},data2; 则以下赋值语句中错误的是( )。
若有定义int(*pt)[3];,则下列说法正确的是( )。
有以下程序: #include<stdi0.h>main( ) {int a=1,b=2; for(;a<8;a++){b+=a;a+=2;}printf(%d,%d,a,b); }程序运行后的输出结果是( )。
以下关于C语言数据类型使用的叙述中错误的是( )。 -
若有定义:“double a=22;int i=0,k=18;”,则不符合C语言规定的赋值语句是( )。
以下关于C语言的叙述中正确的是( )。
若有以下语句: typedef struct S{int g;char h;}T; 以下叙述中正确的是( )。
某二叉树共有7个结点,其中叶子结点只有l个,则该二叉树的深度为(假设根结点在第1层)( )。
有以下程序: #include<stdio.h>#include<stdlib.h>main(){ int*a,*b,*C; a=b=c=(int*)malloc(sizeof(int)); *a=1;*b=2,*c=3; a=b: printf(%d,%d,%d,*a,*b,*c); }程序运行后的输出结
以下不能将S所指字符串正确复制到t所指存储空间的是( )。
以下程序段完全正确的是( )。
有以下程序: #include<stdio.h>main(){int y=10; while(y--); printf(y=%d,y); }程序执行后的输出结果是( )。
以下选项中能表示合法常量的是( )。
以下选项中,合法的一组C语言数值常量是( )。
软件生命周期是指( )。
软件生命周期是指( )。