download Mastguru Android App

Question Detail

expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above
Similar Questions :

1. Can we overload constructors in C++

  • Yes
  • No

2. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

3. What is abstract class

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

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

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

5. Which is not a correct variable type

  • float
  • int
  • double
  • real
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment