adplus-dvertising
frame-decoration

Question

A function whose purpose is to send messages to other functions is known as a _____

a.

dispatcher

b.

courier

c.

messenger

d.

sender

Answer: (a).dispatcher

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A function whose purpose is to send messages to other functions is known as a _____

Similar Questions

Discover Related MCQs

Q. With commercial classes, the function source code is usually________

Q. The expression c = i++ causes

Q. An identifier in C

Q. The bitwise AND operator is represented by the symbol

Q. The exclusive OR operator gives the result 1 when

Q. Which of the following is the extraction operator?

Q. To create a variable, you must assign _____ to it

Q. Which of the following control structures is used in every program?

Q. In the C language, a string is assigned to the

Q. The main() function is always

Q. Variables that are known only to the function in which they are declared are called _____ variables

Q. In the expression p --> val,p is a(n)

Q. Object-oriented programmers primarily focus on _________

Q. You define a structure type globally because

Q. Which of the following operators is the equality operator?

Q. In C++, you use _____ to perform standard input and output operations

Q. Values that are used to end loops are referred to as _____ values

Q. Which of the following flowchart symbols represents the if selection structure?

Q. Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays

Q. The body of a C++ function is surrounded by _____