Doubt in 2048 recursion problem

sir why we use 2d array why not 1d.
lik char spelling[][10]={};
Thanks

@Royal_Yashasvi we have to store strings in an array, and strings are character arrays, So when we have to make an array of an array we use a 2D array.

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.