Discussion :: Object Oriented Programming Using C++
-
Which of the following is false?
A.
Data stored in an array can be accessed faster than data stored in a disk file
|
B.
Data stored in an array needs to be entered only once, typically at the beginning of the program
|
C.
Arrays allow the programmer to store information in the computer's internal memory
|
D.
When using arrays, you will have fewer variable names to remember
|
E.
None of the preceding statements are false
|
Answer : Option E
Explanation :
No answer description available for this question.
Be The First To Comment