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

Discussion :: Object Oriented Programming Using C++

  1. Local variables _____

  2. A.
    are created outside a block
    B.
    are known only to that block
    C.
    continue to exist when their block ends
    D.
    are illegal in C++

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment