What is the basic difference between C and C++?
No Answer is Posted For this Question
Be the First to Post Answer
Can a new be used in place of old mallocq? If yes, why?
Define the operators that can be used with a pointer.
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Differentiate between declaration and definition in C++?
Can char be a number c++?
When is the destructor called?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What are friend classes? What are advantages of using friend classes?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain binary search.
Can we distribute function templates and class templates in object libraries?
Is it possible for the objects to read and write themselves?