Right option is (d) Graph Plotting
To explain: Adjacency and Incidence Matrices are used to store vertices and edges of a graph. It is an advantage to plot graphs easily using matrices. But Time complexity of a matrix is O(n^2) and sometimes the internal organization becomes tedious. They are all disadvantages of matrices.