STL (140)
OOPS (873)
C++ General (2409)
What are protected members in c++?
What is difference between data abstraction and encapsulation?
Why is c++ still best?
What are the benefits of operator overloading?
When are exception objects created?
Out of fgets() and gets() which function is safe to use and why?
What are manipulators in c++ with example?
What is &x in c++?
What is a driver program?
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.
What is a dll entry point?
What is c++ library?
What is class and example?
What is virtual methods?
What is the difference between strcpy() and strncpy()?