Explaining the code of TRIPLEX

#include the preprocessor directive import the library and runs it before any other code.
the main() function is used for the execution of code or from where the code is getting started.
An expression statement is an expression that ends with a semicolon and is used to give commands.
Declaration statements are used to declare variables.
At last return statement is used to run the program successfully.

Privacy & Terms