不定项选择题:科举制度的考试形式主要有 ( ) 题目分类:基础知识 题目类型:不定项选择题 查看权限:VIP 题目内容: 科举制度的考试形式主要有 ( ) A. 院试 B. 乡试 C. 县试 D. 会试 E. 殿试 参考答案: 答案解析:
有以下程序 #include <stdio.h>main(){ int n1=0,n2=0,n3=0; char ch 有以下程序 #include main(){ int n1=0,n2=0,n3=0; char ch;while((ch=getch 分类:基础知识 题型:不定项选择题 查看答案
若有定义语句 int b=2; 则表达式(b<<2)/(3||b)的值是 若有定义语句 int b=2; 则表达式(b<<2)/(3||b)的值是A.4 B.8 C.0 D.2 分类:基础知识 题型:不定项选择题 查看答案
有以下程序 #include <stdio.h>main(){ char *s="12134";int k=0,a=0 有以下程序 #include main(){ char *s="12134";int k=0,a=0;while(s[k+1]!=' 分类:基础知识 题型:不定项选择题 查看答案
有以下程序(strcpy 为字符串复制函数,strcat 为字符串连接函数) #include <stdio.h>#in 有以下程序(strcpy 为字符串复制函数,strcat 为字符串连接函数) #include #include m 分类:基础知识 题型:不定项选择题 查看答案