STL (140)
OOPS (873)
C++ General (2409) How does stack look in function calls? Write a recursive function call, how will the stack look like?
1060Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
1073
Why is c++ considered difficult?
What are the defining traits of an object-oriented language?
Can we use this pointer inside static member function?
What is a hash function c++?
Why multiple inheritance is not allowed?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is singleton class in c++?
Is java the same as c++?
Differences between private, protected and public and give examples.
What are the various arithmetic operators in c++?
Difference between declaration and definition of a variable.
Explain method of creating object in C++ ?
Can we call C++ OOPS? and Why
Why do we use the using declaration?
Why c++ does not have finally?