Anderson Paolo
1
Q:

how to print a file c

    c = fgetc(fptr); 
    while (c != EOF) 
    { 
        printf ("%c", c); 
        c = fgetc(fptr); 
    } 
0

New to Communities?

Join the community