Question Detail A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D Similar Questions : 1. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 2. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 3. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 4. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 5. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Read more from - C++ Programming Questions Answers - Set 2