IGNOU MBA Assignment, Solved IGNOU MBA Assignments

IGNOU CC-16 Question Papers

CC-16 Introduction To C+ + June 2011 – Question Paper

1. (a) Write a program to swap the values of two integer variables. (b) What is the function of a Constructor ? Give an example of Constructor. What is the function of a Destructor ? Give an example of Destructor. (c) What is a Virtual Function ? How does it differ from a Pure Virtual [...]

CC 16 Introduction To C ++ Dec 2010 – Question Paper

1. (a) Write a program for the addition of two matrices. (b) Explain at least one way of deriving a class from another class. (c) Write a program that accepts a string as input and prints the words in it in the form of list. Each word should be printed on a different line and [...]

CC-16 Introduction to C++ June 2010 – Question Paper

1. (a) Create a class “My string”. Write the following methods in this class to perform the actions mentioned : (i) Reverse ( ) : To display the reverse of the given input string. (ii) String Len ( ) : To display the length of the given string. (b) Write a program in C++, using [...]