download Mastguru Android App

Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. Which is not a correct variable type

  • float
  • int
  • double
  • real

2. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

3. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

4. How we define our name for constants

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

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

  • this
  • friend
  • static
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment