摘要: 下列工具中为需求分析常用工具的是()。[阅读全文:]
摘要: 以下程序中C的二进制值是()。char a=2,b=4,c;c=a^b>>2[阅读全文:]
摘要: 下列程序的输出结果是()。#include"stdio.h"main(){ struct st{int y,x,z;};union{long i;int j;c[阅读全文:]
摘要: 下面程序的运行结果是()。#includevoid del(char*s){int i,j;char *a;a=s;for(i=0,j=0;a[阅读全文:]
摘要: 在下述程序中,判断i>j共执行的次数是()。main(){ int i=0,j=10,k=2,s=0;for(;;){i+=k;if(i>j){pri[阅读全文:]
摘要: 以下对联合类型叙述正确的是()。[阅读全文:]
摘要: 以下关于return语句的叙述中不正确的是()。[阅读全文:]
摘要: 请阅读以下程序:#include#includevoid fun(int b[]){static int i=0;do{b[i][阅读全文:]
摘要: 下面程序的运行结果是()。#include"stdio.h"main(){int i;for(i=1;i<=5;i++){if(i%2)printf("*"[阅读全文:]
摘要: 若输入bcdefgh、m、abcdefg,以下程序的输出结果为()。#include#includemain(){i[阅读全文:]