填空题

main() { int a b; a=2; b=3; c=a*b printf("c=%c",c); } 错误:______ 改正:______

【参考答案】

错误:printf("c=%c",c);