BCSL-032 Solved Assignment 2021-22
BCSL-032 Solved Assignment 2021-22
Subject Name | C++ Programming Lab |
Assignment Code | BCSL-032 |
Session | 2021-2022 (July – January) |
File Type | |
Number of Pages | 18 |
Price | Rs. 45 |
To get the PDF click on the button below.
Pay Now
Note:
|
C++ Programming Lab (BCSL-032) 2021-2022 (July-January)
Note : This assignment has two questions. Answer both the questions. These questions carry 40 marks. Rest 10 marks are for viva-voce. Write C++ program and take its output as part of solution. Please go through the guidelines regarding the assignments given in the programme guide for the format of presentation.
Question 1(a):
Write a C++ program to demonstrate us of all the arithmetic and logical operators in C++. (10 Marks)
Question 1(b):
Write a C++ program to create shape class which is having abstract method area(). Derive classes circle and rectangle from shape class. Override area method in circle and rectangle class to find the area of the respective shape. Make necessary assumptions id any. (10 Marks)
BCSL-032 Solved Assignment 2021-22
IGNOU BCA 3rd Sem Solved Assignment 2021-22
IGNOU BCA 3rd Sem Assignment 2021-22 Question PDF DownloadÂ
Question 2(a):
Write a C++ program to demonstrate exception handling by writing a program for matrix addition, which add two matrices and display the resultant matrix. Matrix addition function should notify if the order of the matrix is invalid for addition, using exception. (10 Marks)
Question 2(b):
Write C++ program to read the contents from a given file and display in on console. (10 Marks)
BCSL-032 Solved Assignment 2021-22
IGNOU BCA 3rd Sem Solved Assignment 2021-22
IGNOU BCA 3rd Sem Assignment 2021-22 Question PDF DownloadÂ