45.9k views
4 votes
Which of the following are true? Group of answer choices

a.As long as the function is defined anywhere in your program,
b.it can be used anywhere else.
c.A function can call another function.

User OmGanesh
by
5.0k points

1 Answer

4 votes

Answer:

c. A function can call another function

Explanation:

A function can call function inside its body ( the function can be itself as well as another function)

In case, function calls itself in its body, is termed as "Recursion".

Which of the following are true? Group of answer choices a.As long as the function-example-1
User Tiago Matos
by
4.1k points