What version of C should I use?

C is more useful for me to learn than Lua, so I thought I'd give the C SDK a try.
What version of C should I use?
I'm using CLion, and my options are:

  1. C23
  2. C17
  3. C11
  4. C99
  5. C90

It doesn't really matter as long as the compilers support it. C11 is certainly the most ubiquitous so unless you're wanting to use the features of the newer versions it's OK to stick with that.

1 Like