问题详情
答题翼
>
问答
>
其他
> 正文
目录:
标题
|
题干
|
答案
|
搜索
|
相关
有以下程序 #include main(); } 程序运行后的输出结果是
有以下程序 #include
main(); } 程序运行后的输出结果是
A、-1,0
B、0,0
C、-1,-1
D、1,1
参考答案
您可能感兴趣的试题
有以下程序:include
main(){char ch[3][5]={"AAAA","BBB",
答案解析
有以下程序: #include main() {char c1=1 c2=2; c1=getchar();c2
答案解析
有以下程序#include<stdio.h>#include<string.h>main(){char str[][20]={“Qne*World
答案解析
有以下程序#include<stdio.h>#include<string.h>main(){char a[10]=”abcd”;prinff(“
答案解析
有以下程序:#include #include main(int argc char *argv[]){ int i len=0;f
答案解析
有以下程序 #include main() { ... } 则以下叙述正确的是
答案解析
有以下程序段 #include<stdio.h> main( ) { . . . while(getchar( )!=\n); . . .
答案解析