download Mastguru Android App

Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>

2. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

3. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

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

  • private
  • public
  • protected
  • depends

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

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment