download Mastguru Android App

Question Detail

Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above
Similar Questions :

1. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

3. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

4. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

5. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment