Subtle error. Please help

ERROR:no matching function for call to ‘Graph::dfsUtil(int&, int* [((Graph*)this)->Graph::v], int&)’ dfsUtil(i,visited,counts);
CODE: https://ide.codingblocks.com/#/s/15623
@O17LPOLC0033 @vishal

Hey,you made a silly mistake while declaring the visited array.
This is the corrected code with comments.Ask again if any doubts.
https://ide.codingblocks.com/#/s/15859

@Yogesh-Sheoran-18138 Thanks a lot bro …