Question Detail

Inline functions are invoked at

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

1. Declaring pointer more than one can cause

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

2. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

3. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

4. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

5. Can #define accept parameters

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