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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following declares and initializes an Integer variable named numltems?

  2. A.
    int numltems = 0;
    B.
    int numltems = '0';
    C.
    integer numltems = 0;
    D.
    numltems int = 0;
    E.
    numltems integer = 0;

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment