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?
1003Implement 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?
1023
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is data type in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is object in c++ wikipedia?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is the limitation of cin while taking input for character array?
Can we distribute function templates and class templates in object libraries?
Write about the local class and mention its use?
Explain the auto storage classes in c++.
What is heap sort in c++?
Are vectors passed by reference c++?
What is c++ hiding?
Where can I run c++ program?
what is Member Functions in Classes?
Explain storage qualifiers in c++.