Introduction - If you have any usage issues, please Google them yourself
C language is a universal computer programming language, which is widely used. The design goal of the C language is to provide a programming language that compiles and processes low-level memory in a simple way, generates a small amount of machine code, and does not require any running environment to support it.
Although the C language provides many low-level processing functions, but still maintain a good characteristic of cross platform, with a standard to write the C language program can be compiled in many computer platforms, and even contains some embedded processors (MCU or MCU) and super computer operation platform.