STL (140)
OOPS (873)
C++ General (2409) write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 6213
What is a storage class used in c++?
How static variables and local variablesare similar and dissimilar?
In a function declaration, what does extern mean?
What is a manipulative person?
Write a struct time where integer m, h, s are its members?
What is the type of 'this' pointer? When does it get created?
How do I run a program in notepad ++?
Is java a c++?
Write about the use of the virtual destructor?
Define token in c++.
Explain function prototypes in C++.
What is difference between rand () and srand ()?
Define the process of error-handling in case of constructor failure?
Is overriding possible in c++?
What is the error in the code below and how should it be corrected?