STL (140)
OOPS (873)
C++ General (2409) How long does it take to get good at leetcode?
What is a volatile variable in c++?
What is class and object in oops?
What is == in programming?
What is polymorphism what are the different types of polymorphism?
C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.
What is a container class?
If you don’t declare a return value, what type of return value is assumed?
What is super in oop?
Which software is used to run c++ program?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Difference between a copy constructor and an assignment operator.
What is class and example?
what is different between oops and c++
Explain unexpected() function?