đź’ˇ Smart Keypad - Advanced

the unclear statement could not understand a problem

Hello @aman.tandon3096

In this question you need to print those strings that contain the strings generated by the numeric combination of number given as the input
Ex:- 26
2 => a,b,c
6 => m,n,o
So print all those strings that contain these combinations
am, an, ao, bm, bn, bo, cm, cn, co
coding is printed as it contains co in it.

Also you only need to print strings from these
string searchIn [] = {
“prateek”, “sneha”, “deepak”, “arnav”, “shikha”, “palak”,
“utkarsh”, “divyam”, “vidhi”, “sparsh”, “akku”
};

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.