Data Types


  1. Which of the following will not return a value?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    void


  1. ____ have the return type void?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: E

    Constructor creates an Object and Destructor destroys the object. They are not supposed to return anything, not even void.



  1. What does the following statement mean?
    void a;











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    There are no void objects.