While Calling the Spell 2-D Array bhaiya took one square braces ( [ ] ) which shows that sepll is a 1-D Array but actually sepel is 2-D Array which is globally define.
How this thing is to happen ??
2-D spell Array
@rajsaxena.personal it is a 2d character array, it means that if we access it with one square bracket[]
then we get the “string” for eg
spellings[0]
will give us “zero”, if you do spellings[0][0]
then you will get the character ‘z’