Object Oriented Programming Using C Plus Plus - Study Mode
[#136] The number 5.5e3 is a _____ constant
Correct Answer
(C) numeric literal
[#137] The compiler determines the type used in a template function via ___________
Correct Answer
(C) the type of the argument passed to the function
[#138] Simple routines that programmers use as place holders while a system is being tested are called _____
Correct Answer
(A) stubs
[#139] You can place function templates
Correct Answer
(B) at the start of a program above main()
[#140] The two operators && an || are
Correct Answer
(C) logical operators