https://ide.geeksforgeeks.org/aRqgJJw6w2----what’s the error in code i think there is compile time error in code also because i m not that comfortable with c++ syntax.
please correct the error and mention what i was doing wrong
Count number of binary strings problem
and please tell how to pass a 2d array in c++ in a function
@AbhishekAhlawat1102 why do you have 3 mainn functions in the code? There can be only 1 main function.
@AbhishekAhlawat1102 for passing a 2d array
void funcn(int arr2D[100][100])
or
void funcn(int **arr2D)
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.