Re: Best standard to use?

RinasSam <[email protected]> Sun, 14 Nov 2021 06:08:11 -0800 (PST)
Newsgroups alt.comp.lang.c
Message-ID <[email protected]>
On Wed, 06 Oct 2021 09:26:15 +0000, paul.nadal wrote:

> Hello,
> What is the best standard to use when programming in c? (c11, c99...)
> Thank you for your answers!

C11 and newer standards are great as they have more features.
C99 and C98 offer less features but these C standards are supported by almost every single C compiler in existence.

You can read more about the language differences here: https://en.wikipedia.org/wiki/C11_(C_standard_revision)#:~:text=C11%20(formerly%20C1X)%20is%20an,%2FIEC%209899%3A2018).