download Mastguru Android App

Question Detail

Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above
Similar Questions :

1. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

2. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

3. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

4. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

5. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment