IGNOU MBA Assignment, Solved IGNOU MBA Assignments

CS-62P ‘C’ Programming And Data Structure June 2011 – Question Paper

SET -1

1. Write a program in ‘C’ language for the implementation of quick sort.
2. Write a program in ‘C’ language computing the factorial of the input integer ‘n’

SET – 2

1. Write a program in ‘C’ language for the multiplication of two Sparse Matrices.
2. Write a program in ‘C’ language that accepts a file as input and counts numbers of words of length ’5′ in it.

SET – 3

1. Write a program in ‘C’ language for addition of two sparse matrices.

2. Write a program in ‘C’ language for the generation of first ‘n’ fibonacci numbers where ‘n’ is input integer.

SET – 4

1. Write a program in ‘C’ language for traversing a binary tree in postorder.
2. Write a program in ‘C’ language for the implementation of merge sort.