C11 Standard

C11 standard

Ref notes – 1.4 The C11 standard  (Web view)

C11 standard is better than c99 standard and is more compatible with C++. Design mistakes of C99 were avoided in C11.

  • Removed gets() function in C11 standard.
  • Focus is on security. Secure functions were introduced.

Multithreading Support

We will however mostly use “<pthread.h>” which is posix compliant.