What is the error plz check

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);