usually it should be in this way
Char “Name” [“Number of Strings”][“MaxSize of String”]
but sir reverse it
char keypad[][10]={ " ", “.+@$”, “abc”, “def”, “ghi”, “jkl” , “mno”, “pqrs” , “tuv”, “wxyz” };
usually it should be in this way
Char “Name” [“Number of Strings”][“MaxSize of String”]
but sir reverse it
char keypad[][10]={ " ", “.+@$”, “abc”, “def”, “ghi”, “jkl” , “mno”, “pqrs” , “tuv”, “wxyz” };
it works same way arrays work , i.e you do not need to specify the size if you are initializing elements
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.