I understand that there is both an ANSI standard and an ISO standard for C. Are there any differences between these two standards? If so, what are they? And if there is not a difference then what's the point of having two standards?
|
feedback
|
Source, the situation is similar but reversed for C99. There is also a C FAQ entry on the matter. The reason that there are two standards is simple: ANSI is a north-american standards body while ISO is an international one. | |||||||
feedback
|
|
Aside from the fact that new revisions will be ratified by the ISO before national standards bodies like ANSI, the two are the same. However, common incorrect usage is for "ANSI C" to mean the original language standardized by ANSI in 1989, and "ISO C", "ISO C99", or simply "C99" to mean the current standard adopted by the ISO in 1999. | |||
|
feedback
|