Please explain and resolve the error
Why g++ giving error said no known conversion from 'int [row][col]' to 'int (*)[n]' for 3rd argument
@mukuuu size of the array is supposed to be a contant literal, if you wish to use dynamic memory allocation then use the proper syntax. This type of syntax which is technically wrong but “works and is easy” will give unexpected results a lot of times.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.