GCC's C language is based on ANSI C (C89) and also supports later standards such as C99, C11, C17, and C23.
GCC's C language is based on ANSI C (C89) and also supports later standards such as C99, C11, C17, and C23. The default standard depends on the GCC version and includes GNU extensions. To strictly follow a standard, use options like -std=c11
.
Comments
Post a Comment