请读程序段int a=1,b=2; if(a&b) p

请读程序段

int a=1,b=2;
if(a&b)
printf("***\n");
else printf("$$$\n");

以上程序段的输出结果是__________。

答案
第1空:$$$

题目信息

题号:7294
题型:填空题
难度:普通