The triplex code so far. (i think)

Preprocessor directive
Loads code from another library before the written code is compiled

Main function
Without this the program will not run

Expression statements
Pieces of code that display text or numbers on the terminal

Declaration statements
Pieces of code that set a value to a variable

Return statement
The line of code that ends the program and finds errors during the runtime.

Privacy & Terms