Question Detail How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Similar Questions : 1. Can we overload constructors in C++ YesNo Answer: Option A 2. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 3. Which operator is used for comparing two variables :===:== Answer: Option D 4. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 5. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1