执行下面语句后的输出结果为 () int i=-1; if(i<=0)print{("* * * *\n"); else printf("% % % %\n");
A.* * * *
B.% % % % %
C.% % % %c
D.有语法错误,不能正确执行
请帮忙给出正确答案和分析,谢谢!