STL (140)
OOPS (873)
C++ General (2409) What are "pure virtual" functions?
Explain what happens when an exception is thrown in C++.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What are abstract data types in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How would perform Pattern Matching in C++?
What is the arrow operator in c++?
Describe private, protected and public?
What is stl containers in c++?
What is multilevel inheritance explain with example?
How does code-bloating occur in c++?
What do the header files usually contains?
what do you mean by volatile variable?