Misplaced Pages

C17 (C standard revision)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from C18 (C standard revision)) C programming language standard, 2017 revision Not to be confused with C++17.
C language revisions

C17, formally ISO/IEC 9899:2018, is an open standard for the C programming language, prepared in 2017 and published in July 2018. It replaced C11 (standard ISO/IEC 9899:2011), and is superseded by C23 (ISO/IEC 9899:2024) since October 2024. Since it was under development in 2017, and officially published in 2018, C17 is sometimes referred to as C18.

Changes from C11

C17 fixes numerous minor defects in C11 without introducing new language features.

The __STDC_VERSION__ macro is increased to the value 201710L.

For a detailed list of changes from the previous standard, see Clarification Request Summary for C11.

Compiler support

List of compilers supporting C17:

See also

References

  1. "ISO/IEC 9899:2018 - Information technology -- Programming languages -- C". International Organization for Standardization.
  2. ^ "The Standard - C". www.iso-9899.info.
  3. "WG 14 Document log". www.open-std.org.
  4. "Using the GNU Compiler Collection (GCC): C Dialect Options". gcc.gnu.org.
  5. ISO/IEC JTC1/SC22/WG14 (October 2017). "Clarification Request Summary for C11 Version 1.13". www.open-std.org. Retrieved 28 September 2020.{{cite web}}: CS1 maint: numeric names: authors list (link)
  6. "Using the GNU Compiler Collection (GCC): C Dialect Options". gcc.gnu.org.
  7. "Clang 7 documentation — Clang Compiler User's Manual".
  8. "IAR Information Center for Arm - Release notes". netstorage.iar.com.
  9. "C11 and C17 Standard Support Arriving in MSVC". devblogs.microsoft.com. 14 September 2020.
  10. "Changelog - Added support for new C17 standard". www.smorgasbordet.com/pellesc/.

Further reading

External links

Preceded byC11 C language standards Succeeded byC23
C programming language
Features
Standard library
Implementations
Compilers
IDEs
Comparison with
other languages
Descendant
languages
Designer
ISO standards by standard number
List of ISO standardsISO romanizationsIEC standards
1–9999
10000–19999
20000–29999
30000+

Categories: