What are the data types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why c++ is called oop?
why can't we declare data member of class auto register or extern
What are the different types of polymorphism?
What are c++ data types?
Write a Program for find and replace a character in a string.
What is a unnitialised pointer?
class Foo { public: Foo(int i) { } }; class Bar : virtual Foo { public: Bar() { } }; Bar b; Referring to the above code, when the object 'b' is defined, a compiler error will occur. What action fixes the compiler error? a) Adding a virtual destructor to the class Bar b) Adding a constructor to Bar which takes an int parameter c) Adding "Foo()" to the Bar constructor d) Adding a copy constructor to the class Foo e) Adding "Foo(0)" to the Bar::Bar initializer list
When copy constructor can be used?
What is c++ 11 and c++ 14?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
Is c the same as c++?