hello.c: In function 'main': hello.c:9:53: warning: format '%c' expects a matching 'int' argument [-Wformat=] printf("小明现在在慕课网上学习IT技术:%c\n"); ^ 小明今年18岁 小明身高1.850000M 小明现在在慕课网上学习IT技术:� 这个运行成功了,但是上边那一串字符是啥啊?
有其他错误