Computer Science, asked by s1bscecs221909407, 3 months ago

what are the four categories of function?​

Answers

Answered by JitRoy10l11
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