wangdoc / clang-tutorial

C 语言教程

Home Page:https://wangdoc.com/clang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C 语言基本语法的6.3章节,有个-12的代码有误

interchen opened this issue · comments

printf("%+d\n", 12); // 输出 +12 printf("%+d\n", 12); // 输出 -12
上面第二行的参数应该是-12

谢谢指出,已经改正了。