Computer Science - Object Oriented Programming Using C++
|
|
|
|
Exercise"Forgiveness is a virtue of the brave."
- Indira Gandhi
|
| 46. |
Assume that a variable will need to store only integers in the range of 1 through 20000. The most efficient data type for the variable is _____ |
| A. |
character | | B. |
float | | C. |
integer | | D. |
long integer | | E. |
short integer |
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
| 47. |
Which of the following is true? |
| A. |
iostream is derived from istream | | B. |
iostream is derived from ostream | | C. |
ostream is derived from iostream | | D. |
ostream is derived from istream |
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
|
|
|