就是感叹号而已。表示惊叹
标点符号……
中文的感叹号。。。
这就是标点符号,可以去掉的,不影响程序的。
#include <stdio.h> int main() { printf("除数不能为0!\n"); printf("除数不能为0\n"); return 0; }
```
输出内容 “\n”为换行外,其他原文输出