Explaining the TripleX Code?

Pre-processor directive: We use this to include a library before compilation.

Main Function int main(): It is entry point of any program

Expression statements: It display the output of a text or a value.

Declaration statements: Initialising the values to a variable.

Return statement: Means the program is executed successfully.
return 0 = returns false
return 1 = returns true

1 Like

Privacy & Terms