STL (140)
OOPS (873)
C++ General (2409) Can member data be public?
What do you mean by storage classes?
What are the benefits of operator overloading?
Is c++ vector dynamic?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
what is COPY CONSTRUCTOR and what is it used for?
Is c++ slower than c?
Is c++ low level?
When is dynamic checking necessary?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Explain how overloading takes place in c++?
What is late binding c++?
What is #include c++?
What is the difference between c++ and turbo c++?
What makes a language oop?