On a search of SAE3A C++ and Data Structures Old Question Papers for MU? You can download here April 2015 question paper of SAE3A C++ and Data Structures.
University of Madras / Madras University
Subject Code: SAE3A/SAZ3A
Exam Year: APRIL 2015
Subject Name: C++ & DATA STRUCTURES
PART-A
PART-B
PART-C
University of Madras / Madras University
Subject Code: SAE3A/SAZ3A
Exam Year: APRIL 2015
Subject Name: C++ & DATA STRUCTURES
PART-A
- Define Token. What are the tokens used in C++?
- State the use of void in C++?
- What are inline functions? How can an outside function be made in line?
- Define Constructors. List some of the special characteristics of constructors.
- Give a function to overload a unary minus operator using friend functions.
- Differentiate between list and array.
- List the various modes of opening a file.
- Write the post-fix and prefix forms for the expressions A+B*(C-D)|(P-R)
- Define queue. How do you test for an empty queue?
- What is the need for hashing?
- Define an expression tree.
- What is type conversion?
PART-B
- Draw the expression tree for the expression : (a+b*c) +((d*e+f)*g)
- Explain the adjacency matrix representation for a graph.
- Write about the data members and data member functions that exists in a class.
- Explain the error handling during file operations.
- Write a routine to explain the en queue operation of a queue.
- How is an infix expression converted to post-fix expression?
PART-C
- Explain the Dijkstra's algorithm with an example.
- Explain the insert and delete operation for a singly linked list.
- Write notes on: (i) File pointers. (ii) EOF.
- Explain how stream classes support the console I/O operations.
- Write a C++ program to add two complex numbers using operator overloading.
0 comments:
Pen down your valuable important comments below