180k views
2 votes
Functions are ideal for use in menu-driven programs. When a user selects a menu item, the program can ________ the appropriate function.

User Steve Yost
by
7.4k points

1 Answer

0 votes

Answer:

The question is incomplete as it does not contain options. Here are the options;

A) call

B) prototype

C) define

D) declare

E) None of these

The correct answer is A.

Step-by-step explanation:

In Programming, the collection of statements that performs a specific task is known as Function and when a Function is called it becomes fully executed. Functions are of utmost importance because it can be used more than once for the same purpose when invoked.

When a Function is called it is a separate way of notifying it to re-run its codes to either function for a different or the same purpose.

User McHerbie
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.