The format for the syntax of each function in this chapter is:
ReturnType FunctionName (ArgumentTypeidentifier, ArgumentTypeidentifier)
where:
- ReturnType is the type of return value associated with the function.
- FunctionName is the name of the function.
- ArgumentType is the type of the identifier that follows.
- identifier is the descriptive name of the argument.