What are the basic data types used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are compilers in c++?
What do you understand by a pure virtual member function?
Does c++ have arraylist?
How to declare an array of pointers to integer?
What sorting algorithm does c++ use?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Can we define a constructor as virtual in c++?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
What is a manipulative person?
Can non-public members of another instance of the class be retrieved by the method of the same class?
How a new element can be added or pushed in a stack?
What is the history of c++?