what kind of projects are suitable for c and c++


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

Post New Answer

More C++ General Interview Questions

What is a multimap c++?

0 Answers  


Is string an object in c++?

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,


Write about the local class and mention its use?

0 Answers  


What is guard code in c++?

0 Answers  






What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What is & in c++ function?

0 Answers  


What are the basic data types used in c++?

0 Answers  


What is protected inheritance?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  


Categories