Object Oriented Programming Using C Plus Plus - Study Mode

[#11] The first element in a string is
Correct Answer

(B) the first character in the string

[#12] Variables declared outside a block are called _____
Correct Answer

(A) global

[#13] The compiler converts your C++ instructions into _____
Correct Answer

(B) object code

[#14] A fundamental type such as int or double is a _____
Correct Answer

(D) scalar type

[#15] The return type you code for all constructors is _____
Correct Answer

(D) no type