网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
判断题
执行语句:0="";输出结果为true。()
A
对
B
错
参考答案
参考解析
解析:
暂无解析
更多 “判断题执行语句:0="";输出结果为true。()A 对B 错” 相关考题
考题
执行下列语句后,输出的结果为______。void run(){static int x=3;x++;cout<<x<<" ";}int main(){for(int i=0;i<2;i++)fun();return D;}
考题
如果在立即窗口中执行以下操作:a=8b=9printa>b则输出结果是( )A.-1B.0C.FalseD.True
如果在立即窗口中执行以下操作:a=8b=9printab则输出结果是( )A.-1B.0C.FalseD.True
考题
阅读下面语句,则执行后的输出结果为 【8】#include "stdio.h"main(){char a,b;for(a=′0′,b=′9′;a b;a++,b--)printf( "%c%c",a,b);printf("\n");}
考题
下列语句输出结果为( )。 public class test { public static void main (String args[]) { int x=10,y=9; boolean b=true; System.out.println(x<y||!b); } }A.真B.假C.1D.0
考题
下列语句输出结果为( )。 public class test { public static void main(String args[ ]) { int x=10,y=8; boolean b=true; System.out.println(x>0&&x<y||b); } }A.真B.假C.1D.0
考题
执行以下语句后的输出结果是______。int x=3,y=0;printf("%d,%d”,-1>x>-101y>
执行以下语句后的输出结果是______。 int x=3,y=0; printf("%d,%d”,-1>x>-101<x<10,-1>y>-101<y<10);A.1 2B.1 1C.1 2D.2 2
考题
执行下面语句后的输出结果为 ( ) int i=-1; if(i<=0)print{("* * * *\n"); else printf("% % % %\n");A.* * * *B.% % % % %C.% % % %cD.有语法错误,不能正确执行
考题
执行下列程序语句后,输出结果为()。ineludeusing namespace std;int m=5;int main(){i
执行下列程序语句后,输出结果为( )。 #inelude<iostream> using namespace std; int m=5; int main() { int m=3; m++; ::m++; cout<<m<<end1; return 0; }A.3B.4C.5D.6
考题
判断题执行语句“SELECT(1=1)OR (910);”结果为true。A
对B
错
热门标签
最新试卷