download Mastguru Android App

Question Detail

Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above
Similar Questions :

1. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

3. Can we overload constructors in C++

  • Yes
  • No

4. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

5. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment