STL (140)
OOPS (873)
C++ General (2409) Give an example of run-time polymorphism/virtual functions.
Write about c++ storage classes?
How the endl and setw manipulator works?
Explain how functions are classified in C++ ?
Why the usage of pointers in C++ is not recommended ?
Is c or c++ more useful?
write a programme to get a character and thier ASCII value
How can a struct in c++ differs from a struct in c?
What is pointer -to-members in C++? Give their syntax?
Difference between Abstraction and encapsulation in C++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is polymorphism and its types?
What are the advantages of using typedef in a program?
What is new keyword in oops?
What is class encapsulation?