单选题 以下语句段执行后的输出结果是______。
#include<stdio.h>
main()
{ int k=3;
if(k)
printf("###")
else
printf("&&&&");}
【正确答案】 D
【答案解析】