单项选择题
有以下程序: int a=3; main( ) { int s=0; { int a=5;s+=a++;} s+=a++; printf("%d\n",s); } 程序运行后的输出结果是( )。
A.8
B.10
C.7
D.11
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
在Internet中,用于在计算机之间传输文件的协议是( )。
A.TELNET
B.BBS
C.FTP
D.WWW
点击查看答案
单项选择题
以下不合法的用户标识符是【 】。
A.j2_KEY
B.Double
C.4d
D.8_
点击查看答案&解析
相关试题
以下程序中函数f( )的功能是将n个字符串...
有以下程序:#include<stdi0.h>main(...
有以下程序:struct STU{char name[1...
有以下程序:#include <stdio.h>main...
设有以下语句int a=1,b=2,C;C=a^...