Smart Keypad-Advanced

I’m getting a syntax error. Can you please help me?

Hey @div_yanshu07 are you sure the logic you are using is correct, cause as i think you forgot to add a keypad 2d array as

char keypad[][10] = {" ", ".+@$", "abc", "def", "ghi", "jkl" , "mno", "pqrs" , "tuv", "wxyz"};

Cause when 34 will be given as input the output will be from this keypad will be

dg
dh-vidhi
di-divyam
eg
eh-sneha
ei
fg
fh
fi

Take this code for reference and apply it in your code, interlink keypad and this problem.

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.