what are the different parts of a function? explain with an example
Answers
Answered by
0
Explanation:
It consists of three parts: local variable declaration part, executable part and return statement. All the required variables are declared at the local variable declaration part. Executable part contains all the executable statements that performs actual task.
Similar questions