Class notes
CONTROL STRUCTURES, ARRAYS AND STRINGS
- Course
- Programming (CSS2443)
- Institution
- Thaddeus Stevens College Of Technology
A function is itself a block of code which can solve simple or complex task/calculations. A function performs calculations on the data provided to it is called "parameter" or "argument". A function always returns single value result.
[Show more]