Computer Science, asked by daarushi82, 7 months ago

define the three components of a function​

Answers

Answered by kartiksharma0711
0

Answer:

Function Body:

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