运行成功却有字符

来源:2-5 格式化输出语句

慕粉1249500165

2020-10-24 10:53

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技术:� 这个运行成功了,但是上边那一串字符是啥啊?

写回答 关注

1回答

  • 老虎9527
    2020-10-24 17:59:46

    有其他错误

C语言入门

C语言入门视频教程,带你进入编程世界的必修课-C语言

926020 学习 · 20793 问题

查看课程

相似问题