2./程序存在两个错误,请修改、运行并查看结果。/#include<stdio.h>intmain(){putchar("*");printf('\n');return0;}
-
putchar('*'); printf("\n");