problem 1: Describe about various control structures with appropriate ex in C++.
problem 2: What do you mean by polymorphism? How to accomplish polymorphism in C++?
problem 3: Describe about various string handling functions.
problem 4: What is meant by the term streams? Describe about various types I/O streams.
problem 5: Describe about templates with appropriate ex. What are the benefits of templates?
problem 6: What are the main differences between structures and classes?
problem 7: describe the different data types in C++.
problem 8: What do you mean by Constructors? What are the different characteristics of constructors?
problem 9: Describe about multiple inheritance.
problem 10: Describe about friend function.