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