单项选择题

执行下面语句后的输出结果为 ( )
  int i=-1;
  if(i<=0)print("* * * *\\n");
  else printf("% % % %\\n");

A.* * * *
B.% % % % %
C.% % % %c
D.有语法错误,不能正确执行