PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU BCSL-32 (July 2024 – January 2025) Assignment Questions
Q1. Write a program in C++ for addition of two sparse Polynomials using Pointers.
Q2. Write a program in C++ to generate ranks for the candidates based on the marks secured by them in an entrance examination. Make necessary assumptions.
Q3. Write a program in C++ to create a book of 10 input pages. Make necessary assumptions.
IGNOU BCSL-32 (July 2023 – January 2024) Assignment Questions
Q1. Write a program in C++ for multiplication of two sparse matrices using Pointers.
Q2. Write a program in C++ to find the sum of elements in an array using Function Template. Make necessary assumptions.
Q3. Write a program in C++ to compute the salaries of Employees of an organization who are aving different designations. Use Virtual Base Class or Classes. Make necessary assumptions.