1.

Function can be categorised into – categories​

Answer»

Answer:

Types of User-defined FUNCTIONS in C++

Function with no ARGUMENT and no RETURN VALUE.

Function with no argument but return value.

Function with argument but no return value.

Function with argument and return value.



Discussion

No Comment Found