Which version of ANSI C standard does Turbo C 3.0 follow wholly or partly?
C89 or C90 ?
feedback
|
|
Turbo C++ 3.0 was released in 1991, which means that in its C compilation it probably supports K&R C and C89 (C90 was essentially identical). It won't support C95 well, because that version of the standard wasn't available. | |||||||||
feedback
|
|
C89 and C90 are essentially the same. C89 refers to ANSI X3.159-1989 "Programming Language C.", while C90 is the ISO version of that (ISO/IEC 9899:1990), with ammendments. | |||
|
feedback
|