What is a driver program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can member data be public?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  


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

4 Answers   Quark,


What is static in c++?

0 Answers  


const char * char * const What is the differnce between the above two?

11 Answers   TCS,






Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


What is a class template in c++?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


what is VOID?

0 Answers  


Which is best ide for c++?

0 Answers  


What are the operators in c++?

0 Answers  


Why do we use classes in programming?

0 Answers  


Categories