The keyword friend can appear in

1.3 The keyword friend can appear in
A) The class allowing access to another classes
B) The class desiring access to another classes
C) It does not matter where you put the keyword
D) The scope of the class

The function’s most important role is to

1.2 The function’s most important role is to
A) Give a name to a block
B) Reduce program size
C) Accept arguments and provide a return value
D) Organize a program into conceptual units.

How would you interpret a statement like *a + = 40;

1.1 How would you interpret a statement like *a + = 40;
A) Contents of a location a incremented by 40 and stored in a
B) Address of a location a incremented by 40 and stored in a
C) Address and contents of a location a incremented by 40 and stored in a
D) Contents of a location a is stored in a and incremented by 40