Design, Develop and Implement a Program in C for the following Operations on Graph(G) of Cities All Questions › Category: Data Structure › Design, Develop and Implement a Program in C for the following Operations on Graph(G) of Cities -2 Vote Up Vote Down Anonymous asked 3 years ago a. Create a Graph of N cities using Adjacency Matrix.b. Print all the nodes reachable from a given starting node in a digraph using BFS methodc. Check whether a given graph is connected or not using the DFS method