download Mastguru Android App

Question Detail

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

  • ->
  • ::
  • .
  • >>
Similar Questions :

1. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above

2. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

3. Which type of variables can be referred from anywhere in the c++ code

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

4. 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

5. Can #define accept parameters

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment