A call to a C++ function is
a. The name of the function followed by empty parentheses.
b. The name of the function followed by any number of arguments, regardless of the number of parameters in the definition.
c. The name of the function followed by a number of arguments not greater than the number of parameters in the definition.
d. The name of the function followed by exactly the number of arguments as there are parameters in the definition.
e. The name of the function only.
d)
Explanation: a) is correct only when the function has no parameters. b) only works for certain advanced function calls using the “varargs” facility that is not treated in the text. c) only works with default arguments which we have not yet studied.
You might also like to view...
To add padding to an HBox you can call the __________ method.
a. HBoxPadding b. SetHBoxPadding c. setPadding d. setHboxPad
While a task is in progress, you can send ____________________ reports to other people.
Fill in the blank(s) with the appropriate word(s).
What is the name of the device that is typically located within a telephone company's central office (CO) and enables it to utilize existing telephone wiring for both normal telephone services and DSL?
A) CMTS B) DSLAM C) DSL modem D) Telephone concentrator E) Class 5 switch
Every time a DHCP client boots up, it sends out a special DHCP discovery packet.
Answer the following statement true (T) or false (F)