Summary
C is a general-purpose, structured programming language. Its
instructions consist of terms that resemble algebraic expressions,
augmented by certain English keywords such as if, else, for, do
and while. C is characterized by the ability to write very concise
source programs, due in part to the large number of operators included
within the language. Every C program consists of one or more functions,
one of which must be called main. The program will always begin by executing the main function. Additional function definitions may precede or follow main.
No comments:
Post a Comment