download Mastguru Android App

Question Detail

Inline functions are invoked at

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

1. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

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

  • outstream
  • stdin
  • iostream
  • None of above

3. Can #define accept parameters

  • Yes
  • No

4. Declaring pointer more than one can cause

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

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment