Question Detail

Which among following has invalid syntax ?

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

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

  • this
  • friend
  • static
  • none of above

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

3. How we define our name for constants

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

4. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

5. Can #define accept parameters

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