Question Detail

Inline functions are invoked at

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

1. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

4. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

5. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}
Read more from - C++ Programming Questions Answers - Chapter 1