Why was c++ made?


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

Post New Answer

More C++ General Interview Questions

What is the need of a destructor?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is the use of main function in c++?

0 Answers  


What does it mean to declare a member function as virtual?

0 Answers  






What are signs of manipulation?

0 Answers  


What is difference between rand () and srand ()?

0 Answers  


What are register variables?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What do you mean by a template?

0 Answers  


What is a far pointer? where we use it?

0 Answers  


What is object in c++ wikipedia?

0 Answers  


Categories