What do mean by function with syntax? Name the different functions.
Answers
Answered by
2
Answer:
A function declaration tells the compiler about a function name and how to call the function. The actual body of the function can be defined separately. int max(int, int); Function declaration is required when you define a function in one source file and you call that function in another file.
Types of Functions
One – one function (Injective function)
Many – one function.
Onto – function (Surjective Function)
Into – function.
Polynomial function.
Linear Function.
Identical Function.
Quadratic Function.
Similar questions