Hello. It is necessary to read the string and the character in the C language. I do it like this:
fscanf(mf, "%s%c", str, symb); Where mf is an open file. But the problem is that the character cannot be read, only the line is read. Here is the file to be read from:
test s test is a string, s is a character. Tell me how to read them correctly?