C syntax

The syntax of the C programming language, the rules governing writing of software in the language, is designed to allow for programs that are extremely terse, have a close relationship with the resulting object code, and yet provide relatively high-level data abstraction. The development of this syntax was a major milestone in the history of the computer industry as it was the first widely successful high-level language for operating-system development. C syntax makes use of the maximal munch principle.

C syntax

The syntax of the C programming language, the rules governing writing of software in the language, is designed to allow for programs that are extremely terse, have a close relationship with the resulting object code, and yet provide relatively high-level data abstraction. The development of this syntax was a major milestone in the history of the computer industry as it was the first widely successful high-level language for operating-system development. C syntax makes use of the maximal munch principle.