download Mastguru Android App

Question Detail

How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Similar Questions :

1. Every class has atleast one construtor

  • True
  • False

2. \r is used for

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

3. Stack unwinding deals with

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

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

  • this
  • friend
  • static
  • none of above

5. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment