单项选择题
有以下程序: main() {int a,b,d=25; a=d/10%9;b=a&&(-1); printf("%d,%d\n",a,b); } 程序运行后的输出结果是______。
A.6,1
B.2,1
C.6,0
D.2,0
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下能正确定义字符串的语句是______。
A.char str[]={'\064'};
B.char str="kx43";
C.char str=";
D.char str[]="\0";
点击查看答案&解析
单项选择题
程序流程图中有箭头的线段表示的是______。
A.图元关系
B.数据流
C.控制流
D.调用关系
点击查看答案&解析
相关试题
有以下程序: #include<string.h> vo...
有以下程序: #include<stdio.h> #i...
有以下程序: int a=2; int f(int...
有以下程序: #include<stdio.h> #i...
有以下程序: #include<stdio.h> mai...