【C语言_Error】GCC编译错误

GCC?

GCC (GNU Compiler Collection) is a free and open-source compiler system developed by the GNU Project that supports various programming languages such as C, C++, Objective-C, Fortran, Ada, and others. It is widely used in the development of software for Linux, Unix, MacOS, and other operating systems. GCC is known for its optimization capabilities and is the default compiler on many Linux-based systems.

GCC编译错误

1. 警告:反斜杠和换行为空格所分隔 [默认启用]英文报错信息提示:

warning: backslash and newline separated by space [enabled by default]
警告:反斜杠和换行为空格所分隔 [默认启用]

删除换行符\后面的空格符。
在换行符后输入空格符就会报以上错误信息。

2.

你可能感兴趣的:({05}C语言,细节和错误,c语言,开发语言,intellij-idea,visual,studio,code)