+3 votes
in Class 11 by kratos

How are functions classified?

1 Answer

+6 votes
by kratos
 
Best answer

The Functions are classified as the following:-

  • Functions with no argument and with no return value.
  • Functions with argument and with no return value.
  • Functions with no argument and with return value.
  • Functions with argument and with return value.
  • Recursive functions.
...