Skip to content

Latest commit

 

History

History
111 lines (86 loc) · 5.11 KB

README.md

File metadata and controls

111 lines (86 loc) · 5.11 KB

💻 Programming Fundamentals using C++

CPP-Programming-1st-Sem

🔥 Let's Connect! 👇




📜List of Practical Questions:

Q1)   Write a C++ program that creates a class and to perform swapping of two numbers without using third variable.


Q2)   Write a C++ program to perform the following matrix operations (2D array implementation):

  (i) Sum

  (ii) Difference

  (iii) Product

  (iv) Transpose


Q3)   Write a C++ program that reads two Matrices (2D array) using constructor and perform multiplication operation.


Q4)   Write a C++ program to create the Person class. Create some objects of this class (by taking the information from the user). Inherit the class Person to create two classes Teacher and Student. Maintain the respective information in the classes and create, display and delete objects of these two classes (Use Runtime Polymorphism).


Q5)   Write a C++ program to create a class triangle. Include overloaded functions for calculating area. Overload assignment operator and equality operator.





🤖Join Community!

- Stuck at any question?
- Confusions regarding any solution provided?
- Want to discuss something regarding above topics?
- Want to connect with other students?

  • join JOIN HERE !!

      discord



🔁Connect With Me!



Give this Repository a STAR⭐

(If you find this repository helpful)
Thank You!!💝