STL (140)
OOPS (873)
C++ General (2409)
Explain mutable storage class specifier.
What is difference between data abstraction and encapsulation?
Is c++ a dying language?
When must you use a pointer rather than a reference?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is the role of static keyword for a class member variable?
What are the advantages of early binding?
Get me a number puzzle game-program
What is polymorphism and types?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is data structure in c++?
What is polymorphism and why is it important?
What is the c++ code?
What are the 5 oop principles?
Write a C++ program to print strings in reverse order.