int processGuess(char* word, const char* targetWord, char guess){}
this is my function
when I call the function in the main like this
int processGuess(word, targetWord, guess);
it gives me a error of
error: excess elements in scalar initializer
int processGuess(word, targetWord, guess);
^
I dont know what the error means, and I think the type of the input is same. If you need more info, pls dm me. I need to get this done soon...