网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
执行下列语句printf("%d",‘a’<’b’);后输出为()
- A、1
- B、语法错
- C、0
- D、-1
参考答案
更多 “执行下列语句printf("%d",‘a’’b’);后输出为()A、1B、语法错C、0D、-1” 相关考题
考题
以下语句段执行后的输出结果是()。includemain(){int k=3;if(k)printf("")elseprint
以下语句段执行后的输出结果是( )。 #include<stdio.h> main() {int k=3; if(k) printf("###") else printf("");}A.###B.C.###D.有语法错误,不能执行
考题
阅读下面语句,则执行后的输出结果为 【8】#include "stdio.h"main(){char a,b;for(a=′0′,b=′9′;a b;a++,b--)printf( "%c%c",a,b);printf("\n");}
考题
执行下面程序中的输出语句后,a的值是()。includemain(){int a; printf("%d\n",(a=3*5,a
执行下面程序中的输出语句后,a的值是( )。 #include <stdio.h> main() { int a; printf("%d\n",(a=3*5,a*4));A.15B.20C.10D.60
考题
执行下面语句后的输出结果为 ( ) int i=-1; if(i<=0)print{("* * * *\n"); else printf("% % % %\n");A.* * * *B.% % % % %C.% % % %cD.有语法错误,不能正确执行
考题
设有说明语句如下: static char str[]="Beijing"; 若执行下列输出语句: printf("%d\n",strlen(strcpy(str,"China")));则输出结果为( )。A.5B.7C.12D.14
考题
执行下列语句后的输出为(). int j=-1; if(j=1) printf("****/n"); else printf("%%%%/n");A、****B、%%%%C、%%%%cD、有错,执行不正确
考题
判断题执行“printf("%c",’F’-2);”语句后得到的输出结果为H。()A
对B
错
热门标签
最新试卷