Question Detail Can #define accept parameters YesNo Answer: Option A Ad Similar Questions : 1. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 2. 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 3. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 4. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 5. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1