CS6 Lab 3:
Data Structures and C++ Programming
( 6 Hours – 4 credits)
Write programs in C++
for the following:
- To perform Area calculation using Function overloading (Min three functions).
- To perform String manipulation (three different types) using function overloading.
- To swap two values between two class objects using friend function.
- To find minimum of two numbers between two class objects using friend function.
- To overload unary minus operator which changes sign of given vector (3 elements)
- To overload Binary + operator which adds two complex numbers.
7.
To process students mark list
using multiple inheritance
- Process employee details using hierarchical inheritance
- To process family details using hybrid inheritance
- To process electricity billing using binary file.
- To process mark listing using binary file.
- To perform stack operations.
- To perform queue operations.
- To manipulate singly linked list
- To perform tree traversals
No comments:
Post a Comment