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 type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables

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

  • ->
  • ::
  • .
  • >>

3. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

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

  • True
  • False

5. what is the size of int datatype for 32 bit system

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