Computer Science, asked by reethish09, 4 months ago

What do mean by function with syntax? Name the different functions.

Answers

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