Difference between revisions of "Terminology"
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. | * Taking input using function parameters or global variables. | ||
− | * And returning output using | + | * 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.