a) Arrays (of upto 3 dimensions, Records, Lists, Tuples
b) The following structures to store data: linked-list, graph (directed and undirected), stack queue, tree, binary search tree, hash table.
c)How to create, transverse, add data to and remove data from the data structures metioned above.