STL (140)
OOPS (873)
C++ General (2409)
What is a stack c++?
Why do we use polymorphism?
What is polymorphism in oops with example?
What are pointers used for c++?
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 the difference between function overloading and operator overloading?
Are vectors passed by reference c++?
What are the different types of stl containers?
Can a function take variable length arguments, if yes, how?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Can we sort map in c++?
What are the types of container classes?
What is the role of C++ shorthand's?
Is swift faster than go?
What is new keyword in oops?