Computer Science, asked by Ruchita511, 9 months ago

What are the three steps in using a function

Answers

Answered by nazhiyafarhana
0

Answer:

Explanation:

A function call is an expression: As long as it returns a value other than void, it can be used inside a larger expression. For example: z = x + y + avg(a, b) + 25.3; When the function is called, the values specifiedin the function call are passed to the function arguments.

plz mark as brainliest

Similar questions