Q:

DESCRIBE ABOUT C STANDARDS

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

DESCRIBE ABOUT C STANDARDS.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

C89/C90 standard – First standardized specification for C language was developed by American National Standards Institute in 1989. C89 and C90 standards refer to the same programming language.

C99 standard – Next revision was published in 1999 that introduced new futures like advanced data types and other changes.

C11 standard adds new features to C and library like type generic macros, anonymous structures, improved Unicode support, atomic operations, multi-threading, and bounds-checked functions. It also makes some portions of the existing C99 library optional, and improves compatibility with C++.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT ARE THE KEY FEATURES OR CHARACTERISTICS OF C ... >>
<< WHAT IS MEANT BY PROGRAMMING LANGUAGE AND GIVE SOM...