what are the four categories of function?
Answers
Answered by
3
Answer:
There can be 4 different types of user-defined functions, they are:
Function with no arguments and no return value
Function with no arguments and a return value
Function with arguments and no return value
Function with arguments and a return value
Below, we will discuss about all these types, along with program examples.
Similar questions