CodePudding user response:
The scanf for STR have problems in
the scanf (" % s % d ", STR, & amp; A);
STRCMP first parameter should be STR instead of STR [10]
I need to review the array, array, array first address, and so on, has the type of the parameters of the function call
CodePudding user response:
The