Online Tutorial

Cu (English C) – a standardized procedural programming language developed in the early 1970s, members of Bell Labs by Ken Thompson and Dennis Ritchie, as the development of language Bee. C was designed for use in the operating system UNIX. C He has since been ported to many operating systems and has become one of the most used programming languages. Cu valued for its effectiveness, it is the most popular language for creating system software software. It is also often used to create applications. Despite the fact that C is not designed for beginners, it is actively used for teaching programming.

In the sequel the syntax of C language was the basis for many other languages (see: C-like syntax). For the C language is characterized by brevity, the modern set of flow control structures, data structures and an extensive set of operations. A bit of a C Language C programming is minimal. The authors would like language to program it easily compiled with the help of a single-pass compiler, after compiling each elementary component of the program corresponded to a very small number of machine instructions, and use the basic elements of language did not use run-time library. One-pass compiler compiles the program without returning back to the already compiled the text. Therefore, the use of the function must precede its declaration. C code can easily be written at a low level of abstraction, almost like an assembler. Sometimes C is called "universal assembler" or "high-level assembler", which reflects the difference between assembly languages for various platforms and the unity of the C standard, whose code can be compiled without change on almost any computer model. C often called the language of average or even low, given how closely he works for a real ustroystvam.c-book-help – This online tutorial on programming in C language. This resource is designed to help novice programmers to give them the basic concepts and to help deal with this programming language.