问答详情
源自:2-5 格式化输出语句

为什么这样不对呢?

#include <stdio.h>

int main()

{

    int age = 18;

float height = 1.85;

char unit = 'm';

printf("小明今年%d岁\n", age);

printf("小明身高%f,%c\n", height unit);

printf("%s",小明现在在慕课网上学习IT技术); 

return 0;

}


提问者:蚂蚁的认知 2020-09-08 18:15

个回答

  • 蚂蚁的认知
    2020-09-09 09:00:41

    TAB没也会影响?

  • weixin_慕容4183701
    2020-09-08 20:01:34

    tab没打吧