Question Detail How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Similar Questions : 1. What is the value of sizeof(char) 1248 Answer: Option A 2. How we mark the end of c++ statement ;:>><< Answer: Option A 3. Which is boolean operator for logical and &||&|&& Answer: Option D 4. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 5. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1