Wednesday, 10 April 2013

C++ April-2010


C++


April-2010                                                                                            SAE3A/SAZ3A
Part-A
1.       What is polymorphism?
2.       Define inline function?
3.       What is a copy constructor?
4.       What is meant by derivation?
5.       What is a file?
6.       Define ordered list. Give an example.
7.       Write any two applications of stack.
8.       What is prefix expression?
9.       Define simple path.
10.   What is a binary tree?
11.   Define tokens.
12.   Write any two Error Handling Functions in C++.
Part-B
13.   Explain the concept of friendly functions.
14.   Discuss ios format functions.
15.   Write a note on Command-line arguments.
16.   Explain the procedure to convert infix expression into postfix expression.
17.   Explain the postorder traversal algorithm with an example.
18.   Write short notes on Hierarchical Inheritance.
19.   Write a C++ program to add two complex numbers using operator overloading.
Part-C
20.   Explain the following: a)Function Prototyping b)Call by reference.
21.   What are the various types of constructors? Explain any two of them with syntax and examples?
22.    Explain the procedure to add two polynomials using arrays.
23.   Briefly explain the concept of queue. Also write the procedures to add delete elements in a queue.
24.   Explain shortest path algorithm with an example.

No comments:

Post a Comment