CS-62: ‘C’ Programming & Data Structure
Assignment Code : BCA (2)-62/Assignment/ 2009
Maximum Marks : 25
Last Date of Submission : 30 th April, 2009/30th October, 2009
There are four questions in this assignment. Answer all the questions
Q.1 What is a Data Structure? Explain its need? (5 marks)
Q.2 Write a program in ‘C’ language for the multiplication of two matrices using pointers. (10 marks)
Q.3 What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not. (5 marks)
Q.4 Explain the process of converting a Tree to a Binary Tree.
(5 marks)