Day 14 (September 9, 2013) Assignment to be done in class and as exercises. Assignment 1: Write a program in C that implements the abstract data type sparse matrix. The functions that you need to support are (i) creation of a sparse matrix, (ii) addition of two sparse matrices, (iii) transpose of a sparse matrix (iv) multiply two sparse matrices. Implement the above using array of structures. ------------------------------------------------------------------------ At the top of each of your program files, add the following. If you are writing multi-file programs, then each file should have it. /*------------------------------------------------------------------ Name: Roll Number: Date of Submission: Deadline date: Program description: Acknowledgements: --------------------------------------------------------------------*/