download Mastguru Android App

Question Detail

Inline functions are invoked at

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

1. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

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

3. Declaring pointer more than one can cause

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

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

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

  • All variables
  • Local variables
  • Universal variables
  • Global variables
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment