网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下程序的功能是进行位运算程序运行后的输出结果是( )。
A.4 3
B.7 3
C.7 0
D.4 0
参考答案
更多 “ 以下程序的功能是进行位运算程序运行后的输出结果是( )。A.4 3B.7 3C.7 0D.4 0 ” 相关考题
考题
以下程序的功能是进行位运算main(){ unsigned char a,b;a=7^3;b=~43;printf("%d%d\n",a,b);}程序运行后的输出结果是A.4 3B.7 3C.7 0D.4 0
考题
以下程序的功能是进行位运算: main() {unsigned char a,b; a=7^3;b=~4&3; printf("%d%d\n",a,B); } 程序运行后的输出结果是( )。A.4 3B.7 3C.7 0D.4 0
考题
以下程序运行后的输出结果是【】。includemain(){int k=1,s=0; do{ if((k%2)!=0)continue;
以下程序运行后的输出结果是【 】。include<stdio.h>main(){ int k=1,s=0;do{if((k%2)!=0) continue;s+=k; k++;}while(k>10);printf("s+%d\n",s);}
考题
以下程序运行后的输出结果是【】include main ( ) {char a[] ="123456789", *p;int i =0;
以下程序运行后的输出结果是【 】include <stdio.h>main ( ){ char a[] ="123456789", *p;int i =0;p=a;while( * p){ if(i%2 ==0) *p='*';p++;i++;}puts(a);}
考题
以下程序的功能是进行位运算 main() { unsigned char a,b; a=73;b=~43; printf("%d%d\n",a,b);} 程序运行后的输出结果是A.4 3B.7 3C.7 0D.4 0
考题
有以下程序 include main( ) { printf("%d\n",NULL); } 程序运行后的输出结果是
有以下程序#include <stdio.h>main( ){ printf("%d\n",NULL); }程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
考题
有以下程序:include main(){ printf("%d\n",NULL);}程序运行后的输出结果是()。A.0B.1C
有以下程序: #include<stdio.h> main() { printf("%d\n",NULL);} 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错
考题
有以下程序includemain(){printf("%d\n",NULL);}程序运行后的输出结果是A.0B.1C.-1D.N
有以下程序 #include<stdio.h> main() {printf("%d\n",NULL);} 程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
考题
以下程序运行后的输出结果是( )。 include main() { int x=20; printf("%d", 0
以下程序运行后的输出结果是( )。include<stdio.h>main(){ int x=20;printf("%d", 0<x<20);printf("%d\n", 0<x x<20);}
考题
有以下程序includevoid main(){int a=1,b=0;printf("%d,",b=(a++)+(a++));pfintf("%d\
有以下程序 #include<stdio.h> void main() { int a=1,b=0; printf("%d,",b=(a++)+(a++)); pfintf("%d\n",a+B); } 程序运行后的输出结果是( )。A.4,6B.2,5C.3,5D.2,6
考题
以下程序的功能是进行位运算:include main( )unsigned char a,b;a =7∧3; b = ~43
以下程序的功能是进行位运算:#include <stdio.h>main( ) unsigned char a,b; a =7∧3; b = ~43; printf("% d %d \n" ,a,b);}程序运行后的输出结果是( )。A.4 3B.7 3C.7 0D.4 0
考题
有以下程序: 运行后的输出结果是( )。A.MtemoonB.AftemoonC.MorningSXB
有以下程序:运行后的输出结果是( )。A.MtemoonB.AftemoonC.MorningD.orning
考题
有以下程序 程序运行后的输出结果是( )。A.程序错无输出结果B.31.5C.7.5SXB
有以下程序程序运行后的输出结果是( )。A.程序错无输出结果B.31.5C.7.5D.14.0
考题
有以下程序: 程序运行后的输出结果是( )。 A.zB.0C.元素eh[5]的地址SXB
有以下程序:程序运行后的输出结果是( )。A.zB.0C.元素eh[5]的地址D.字符Y的地址
考题
以下程序运行后的输出结果是( )。 A.EFGHIJABCDB.bcdefghijC.abdefCghijS
以下程序运行后的输出结果是( )。A.EFGHIJABCDB.bcdefghijC.abdefCghijD.不确定的值
热门标签
最新试卷