download Mastguru Android App

Question Detail

Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above
Similar Questions :

1. Constructor is

  • A class automatically called whenever a new object of this class is created
  • A class automatically called whenever a new object of this class is destroyed
  • A function automatically called whenever a new object of this class is created
  • A function automatically called whenever a new object of this class is destroyed

2. Which is not a correct variable type

  • float
  • int
  • double
  • real

3. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

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

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

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