Why was c++ made?
No Answer is Posted For this Question
Be the First to Post Answer
What is the need of a destructor?
write a program that takes two numbers from user that prints the smallest number
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the use of main function in c++?
What does it mean to declare a member function as virtual?
What are signs of manipulation?
What is difference between rand () and srand ()?
What are register variables?
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
What do you mean by a template?
What is a far pointer? where we use it?
What is object in c++ wikipedia?