b. In any order (public first or private first) but not multiple times.
c. In any order and multiple times, if they have brackets separating each type.
d. Outside a class definition.
Macros have the disadvantage, when compared to functions, of
(a) having the overhead of a function call.
(b) increasing program size (if the macros are called from many places in the program).
(c) having to fit the macro definition on a single line.
(d) taking only one argument.
The least access privilege is granted by a __________ pointer to __________ data.
a) non-constant, non-constant
b) non-constant, constant
c) constant, non-constant
d) constant, constant