Introduction - If you have any usage issues, please Google them yourself
This book divides its description of the C language into two parts. Part One discusses those features
of C defined by the original, 1989 ANSI standard for C (commonly referred to as C89), along with
those additions contained in Amendment 1, adopted in 1995. At the time of this writing, this is the
version of C that is in widespread use and is the version of C that compilers are currently capable of
compiling. It is also the version of C that forms the foundation upon which C++ was built.