单项选择题

有以下程序:
main()
int x=3,y=2,z=1;
printf("%d\n",x/y&~z);
程序运行后的输出结果是( )。

A.3
B.2
C.1
D.0
<上一题 目录 下一题>
热门 试题

单项选择题
有以下程序: #include <stdio.h> main() int y=9; for( ; y>0; y--) if(y%3==0) printf( %d , --y); 程序的运行结果是( )。
A.741
B.963
C.852
D.875421
单项选择题
数据库设计的4个阶段是:需求分析、概念设计、逻辑设计和( )。
A.编码设计
B.测试阶段
C.运行阶段
D.物理设计
相关试题
  • 以下程序中,for循环体执行的次数是 【1...
  • 以下函数fun的功能是返回str所指字符串中以...
  • 以下程序的输出结果是 【14】 。 main...
  • 以下程序中函数huiwen的功能是检查一个字符...
  • 下列程序中的函数stropy2()实现字符串两...