Computer Science - Object Oriented Programming Using C++
|
|
|
|
Exercise"Loneliness is the most terrible poverty."
- Mother Teresa
|
| 16. |
"Rohan Motors" is a _____ |
| A. |
character literal constant | | B. |
numeric literal constant | | C. |
string literal constant | | D. |
variable |
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
|
| 17. |
A programming structure that contains data and a pointer to the next object is a |
| A. |
template | | B. |
class | | C. |
pointer class | | D. |
linked list |
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
|
| 18. |
A variable declared in a function is called a(n) _____ variable |
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
|
| 19. |
When you write to a file rather than the screen, you use the C++ class _____ |
| A. |
iostream | B. |
filed | | C. |
fstream | D. |
diskclass |
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
|
| 20. |
Which of the following numerical value(s) is(are) invalid constant(s)? |
| A. |
0.7 | | B. |
9.3el2 | | C. |
27,512 | | D. |
12345678 | | E. |
None of the above |
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
|
|
|