Computer Science - Object Oriented Programming Using C++

16.
"Rohan Motors" is a _____
character literal constant
numeric literal constant
string literal constant
variable
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
A programming structure that contains data and a pointer to the next object is a
template
class
pointer class
linked list
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
A variable declared in a function is called a(n) _____ variable
area
global
local
reference
value
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
When you write to a file rather than the screen, you use the C++ class _____
iostream
filed
fstream
diskclass
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
Which of the following numerical value(s) is(are) invalid constant(s)?
0.7
9.3el2
27,512
12345678
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.