June 2025
Intermediate to advanced
1093 pages
33h 24m
English
mainThe entry point to every program.
#includeIntegration of other program parts and libraries.
VariableName for a memory area that can hold a value.
InitializationThis is the value that a variable will have when it is created. For built-in types, initialization is particularly important during definition as otherwise a variable will have an undefined state.
AssignmentA special expression that changes the content of a variable using =.
returnExiting a function; in main, the end of the program.
CommentA note to the program code that the compiler does not evaluate.
StatementA program is the sequential processing of various statements.
ExpressionA sequence of operations ...
Read now
Unlock full access