单项选择题
以下程序的输出结果是( )。
main()
int c=35; printf("%d\n", c&c);
A) 0
B) 70
C) 35
D) 1
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
有以下程序: #define f(x) x*x #include <stdio.h> main() int i; i=f(4+4) f(2+2); printf( %d n , i); 执行后的输出结果是( )。
A) 28
B) 22
C) 16
D) 4
点击查看答案&解析
单项选择题
若要求从键盘读入含有空格字符的字符串,应使用函数( )。
A) getc()
B) gets()
C) getchar()
D) scanf()
点击查看答案&解析
相关试题
有以下程序: #include <stdio.h> v...
设有如下定义: struct sk int n; fl...
有以下程序: #include <stdio.h> m...
有以下程序: #include <stdio.h> t...