Add white space before %c =>
while (fscanf(pFile," %c", &alpArr[i++]) == 1);
It should work.
1
solved Reading characters from a File with fscanf
Add white space before %c =>
while (fscanf(pFile," %c", &alpArr[i++]) == 1);
It should work.
1
solved Reading characters from a File with fscanf