Computer Science, asked by rajnandanioo646, 23 hours ago

what are the different parts of a function? explain with an example​

Answers

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