Basic information of c language
1.c language is a general computer programming language, which is widely used. The design goal of C language is to provide a programming language that can compile and process low-level memory in a simple way, generate a small amount of machine code and run without any support of running environment.
2. Although C language provides many low-level processing functions, it still maintains good cross-platform characteristics. C language programs written in standard specifications can be compiled on many computer platforms, even including some embedded processors (single chip microcomputer or MCU) and supercomputers.
3. In 1980s, in order to avoid the differences of C language grammars used by different developers, the American National Bureau of Standards formulated a complete set of international standard grammars of C language, called ANSI C, as the original standard of C language.