this is the statement i encountered . . .
where str1 is a
can someone please unconfuse me on whats the difference between using a %c and a %[6\n] in reading strings ? thanks
Code:
fscanf(fp,"%[^\n]",str1);
str1[80] can someone please unconfuse me on whats the difference between using a %c and a %[6\n] in reading strings ? thanks
Comment