5.1.Declaration function #

Function must be declaring before using, that location of declaration should be above of main function.

There are two types of functions such:

  • return function
  • non-return function
Suggest Edit