Question Detail How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Similar Questions : 1. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 2. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 3. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 4. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 5. Which is boolean operator for logical and &||&|&& Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1