Some time in the last couple of updates MS decided to add a project setting/switch so when compiling C code one can select the version of C used. Legacy MSVC (default), C11 or C17. This is nice change to see.
I don't do a lot of straight C programming, most of my use of the language is for Win32 API stuff.