Define following terms. 1) Expression 2) Local Variable 3) iostream
[3 marks]Diffrentiate Procedural Programming and Object Oriented Programming.
[4 marks]Write a sort note on data types available in C++.
[7 marks]What is the need of array. Discuss different types of arrays.
[3 marks]Explain public, private and protected access specifiers.
[4 marks]Explain inline function with suitable example. also discuss its advantages and disadvantages.
[7 marks]What is constructors? Explain different types constructors with suitable example.
[7 marks]Write down the syntax and example to create a class.
[3 marks]What is destructor? Explain destructor with suitable example.
[4 marks]What is Inheritance? Explain different types of Inheritance with example.
[7 marks]Explain Scope Resolution Operator (::).
[3 marks]Explain Type Conversion with suitable example.
[4 marks]Explain operators overloading with suitable examples.
[7 marks]Explain Static Data Member with example.
[3 marks]Explain user defined exceptions with suitable example.
[4 marks]Write a C++ program involving input/output operations on characters in a file.
[7 marks]What is an abstract class? Explain with suitable example.
[3 marks]Explain Unformatted and formatted I/Owith example.
[4 marks]Explain the exception-handling in C++ with suitable example.
[7 marks]Explain eof() function with suitable example.
[3 marks]Define polymorphism. How is compile time polymorphism achieved?
[4 marks]What is STL? Differentiate it with C++ standard library.
[7 marks]Enlist various stream classes.
[3 marks]What is the function template in C++?
[4 marks]Write a program to Swapping two variables value using call by value, call by reference and call by address. -------1
[7 marks]