Support From Major Compilers
ANSI C is now supported by almost all the widely used compilers. Most of the C code being written nowadays is based on ANSI C. Any program written only in standard C and without any hardware dependent assumptions is virtually guaranteed to compile correctly on any platform with a conforming C implementation. Without such precautions, most programs may compile only on a certain platform or with a particular compiler, due, for example, to the use of non-standard libraries, such as GUI libraries, or to the reliance on compiler- or platform-specific attributes such as the exact size of certain data types and byte endianness.
Read more about this topic: ANSI C
Famous quotes containing the words support and/or major:
“Many people now believe that if fathers are more involved in raising children than they were, children and sons in particular will learn that men can be warm and supportive of others as well as be high achievers. Thus, fathers involvement may be beneficial not because it will help support traditional male roles, but because it will help break them down.”
—Joseph H. Pleck (20th century)
“A major power can afford a military debacle only when it looks like a political victory.”
—Friedrich Dürrenmatt (19211990)