Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

2. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

3. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

4. Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes

5. Can #define accept parameters

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