12. Define Many- one function with example.
Answers
Answered by
1
Step-by-step explanation:
The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. It defines the point from which the program has to start executing itself though there are many other sub-routines and other user-defined functions included in the program.
Typical examples are functions from integers to integers, or from the real numbers to real numbers.
Similar questions