all test cases are not passing
What is the error plz check
from main()
don’t pass the string with a space
keypad(s," ",0,0);
Correct Answer
instead pass the empty string
keypad(s,"",0,0);
all test cases are not passing
from main()
don’t pass the string with a space
keypad(s," ",0,0);
Correct Answer
instead pass the empty string
keypad(s,"",0,0);