The C Programming Language

Introduction Of C Program
The C language was a result of the way software developers use the basic ideas of structured programming, these ideas include explicit data typing, which means that all variables must be given a specific data type from a set of predefined choices control structures without GOTOs, such as the if-else and the while loop and block structures programming allowing easier program designs and debugging.
The rapid expansion of C for various platforms ( Computer System ) led to many similar but often incompatible variations,this was a serious problem for software developers who needed to create portable code that could be used on different machines, in 1983 a sub committee was formed by the American National Standards Institute (ANSI) committee on computers and information processing to provide an unambiguous and machine independent definition of the language, consequently the ANSI committee 1989 developed a standardised definition of the C language.
Virtually all commercial C compilers and interpreters now adhere to the ANSI standard, many also provide additional features of their own.

0 Responses to “The C Programming Language”

Post a Comment