download Mastguru Android App

Question Detail

Every class has atleast one construtor

  • True
  • False
Similar Questions :

1. What is inheritance

  • Inheritance allows one class to reuse the state and behavior of another class.
  • It deals with dangling pointers
  • It deals with void pointers
  • It is type of class declaration

2. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

3. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

4. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

5. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • Buff 11 years ago

    I had no idea how to appoarch this before-now I'm locked and loaded.