download Mastguru Android App

Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. Can #define accept parameters

  • Yes
  • No

2. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

3. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

4. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

5. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment