3.以下程序运行结果是: include <stdio.h> void main() { int x=3,y=2,z=1; printf("%d ",x/y&~z); }

A.3 B.2 C.1 D.0

时间:2024-02-11 07:44:58

相似题目