Question Detail && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Similar Questions : 1. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 2. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 3. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 4. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 5. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D Read more from - C++ Programming Questions Answers - Set 2