Posts

Question Bank Data Structure with C Application 17CS33 Module-1 and Module-2

Question bank for First IAT  Name of the faculty:Guru prasad Sem:5 Subject:Data Structure with Application   Subject code:17CS33 Sl.No. Question Module-1 1 Identify,classify and categories different data structure. 2 List out and determine different data structure operation 3 Identify role of structure and its syntax.Determine the ways of structure declaration by interpreting with examples 4 Formulate the importance of union with syntax declaration with example. 5 Distinguish between structure and union with example. 6 Identify the way  s parse matrix  is represented and provide c function to read the sparse matrix in triple. Represent the following sparse matrix using triples in a single dimension array 10 0 0 40 11 0 22 0 0 0 0 0 20 0 0 50 0 ...