STL (140)
OOPS (873)
C++ General (2409)
What is lambda expression c++?
Can you please explain the difference between using macro and inline functions?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Which software is best for c++ programming?
what are Access specifiers in C++ class? What are the types?
Differentiate between a copy constructor and an overloaded assignment operator.
What is code reusability in c++?
What is abstraction with example?
Where the memory to the static variables is allocated?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
How delete [] is different from delete?
What is the purpose of a constructor? Destructor?
an integer constant must have atleast one a) character b) digit c) decimal point
What is abstract class in c++?
Can we get the value of ios format flags?