Difference between revisions of "Terminology"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Function is an input and output statement. | Function is an input and output statement. | ||
+ | * Taking input using function parameters or global variables. | ||
+ | * And returning output using '''return''' statement or by modifying a global variable. |
Latest revision as of 16:42, 20 December 2023
Function is an input and output statement.
- Taking input using function parameters or global variables.
- And returning output using return statement or by modifying a global variable.