STL (140)
OOPS (873)
C++ General (2409) Define stl.
What does h mean in maths?
Is string an object in c++?
What is constant keyword in C++? Illustrate its various uses.
What is pass by value & reference.
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is const pointer and const reference?
What are the types of array in c++?
What are the symptoms of stl?
What are the uses of c++ in the real world?
How does class accomplish data hiding in c++?
Explain how functions are classified in C++ ?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
State what is encapsulation and friend function?
Can a built-in function be recursive?