注意:此页面搜索的是所有试题
(填空题) 以下程序运行后的输出结果为_______。main()
{ short a=10,b=20,c;
a=a>>2; b=b&4; c=a|b; printf("%d %d %d\n", a, b, c);}

参考答案