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

Discussion :: Object Oriented Programming Using C++

  1. An advantage of using local variables is that _____

  2. A.
    they are known to all functions in the file
    B.
    names used in one function do not affect data stored in variables with the same names in other functions
    C.
    values given to local variables are retained when those parameters go out of scope
    D.
    the program does not become "crowded" with too many variable names

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment