Answer the following problems.
problem 1) What are the various data types available in C++? Describe with an ex.
problem 2) What is meant by Object Oriented Programming?
problem 3) What is a Constructor? How it differs from member function?
problem 4) describe Pointers with sutable ex.
problem 5) Describe the concept of in-line functions with an ex.
problem 6) Define Parameterized Constructor.
problem 7) Describe the role of ‘this’ and ‘super’ pointers with suitable ex.
problem 8) How do you handle error during file operations?
problem 9) prepare a program in C++ to create the linked list.
problem 10) prepare a Procedure to perform insert and delete operations in stack.
problem 11) Describe the following:
(a) Array of objects.
(b) Type Conversion.
problem 12) Describe in detail about Function Overloading with suitable ex.
problem 13) Describe the various types of inheritance with ex and prepare down its advantages.
problem 14) Describe in detail about FileManagement.
problem 15) prepare the various types of Data Structures and describe them.