Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

A C++ statement must end in a
A:
: (column)
B:
, (comma)
C:
. (period)
D:
; (semicolon)
Answer: D
No answer description is available. Let's discuss.
To include the double quotes as part of the control string we use the symbol
A:
%"
B:
""
C:
\"
D:
#
Answer: C
No answer description is available. Let's discuss.
Elements in an array are identified by a unique _____
A:
data type
B:
order
C:
subscript
D:
symbol
Answer: C
No answer description is available. Let's discuss.
Access specifiers are followed by
A:
a comma
B:
a semicolon
C:
a colon
D:
two colons
Answer: C
No answer description is available. Let's discuss.
If the code and fee arrays are parallel, the fee that corresponds to the code stored in the code[3] element is located in the _____ element
A:
code[2]
B:
code[3]
C:
fee[2]
D:
fee[3]
Answer: D
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz