adplus-dvertising
frame-decoration

Question

What does the client module import?

a.

macro

b.

records

c.

interface

d.

none of the mentioned

Answer: (c).interface

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the client module import?

Similar Questions

Discover Related MCQs

Q. Identify the correct statement.

Q. What is similar to interface in c++

Q. Which of the following implements the module in the program?

Q. A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?

Q. A function that returns no values to the program that calls it is _____

Q. Which of the following statements is false?

Q. The generic type in a template function

Q. A function that is called automatically each time an object is destroyed is a

Q. Overloaded functions are required to

Q. You mark the beginning of a function's block of code with the _____

Q. Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program

Q. When you omit parameters from a function call, values can be provided by

Q. When an argument is passed by reference,

Q. The last statement in a function is often a(n) _____

Q. When the function int someFunction(char c) throw( ) is executed, _____

Q. If you assign a default value to any variable in a function prototype's parameter list, then _____

Q. Which of the following calls a function named displayName, passing it no actual arguments?

Q. Functions that returns information about an object's state can be classified as ________

Q. An auxiliary function _____

Q. Assume a program contains a void function named displayName, which requires no formal parameters. Which of the following is a correct function prototype for this function?