Can you explain how the array is declared in this ques arr[ ] [10] ={ " " ," " ," ABC","DEF", "GHI".......................}

this array will take 10 column and let say n rows and in each rows how the element are stored?

Yes this is right

Row one will have “ABC” in which A is at array [1][1] B at array[1][2] and so on
And for other row it goes same like DEF.

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.