Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following is false?

  2. 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

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment