STL (140)
OOPS (873)
C++ General (2409) 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].
1509How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
1030How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
1092
What is the purpose of polymorphism?
What is a standard template library (stl)?
What is a block in c++?
Why do we use constructor?
What's c++ used for?
What's the "software peter principle”?
In what situations do you have to use initialization list rather than assignment in constructors?
Explain how to initialize a const member data.
Can enum be null?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What are the three parts of a simple empty class?
In what scenario does the Logical file and Physical file being used?
How does polymorphism work?
What is overriding in oops?
How is c++ different from java?