How to compare an array with a char using if in C?
I ask for your help. I need to compare an array of tokens with a char
using the if
statement. But in the array I also have a string, the code is this:
I ask for your help. I need to compare an array of tokens with a char
using the if
statement. But in the array I also have a string, the code is this: