C90
C90, short for the 1990 version of the C programming language standard, is the ISO/IEC 9899:1990 standard, commonly known as ANSI C. It was the first international standard for C and followed the earlier ANSI C standard (C89) published in 1989. The standard was issued by ISO with ANSI as a coordinating body and laid out the rules for the C language syntax, semantics, and the standard library as used by mainstream compilers.
C90 defines data types including char, short, int, long, float, and double, along with type qualifiers such
Impact and legacy: C90 created a portable baseline that allowed code to be compiled across many architectures,