Posts by Ricardo Pinto • 1 point
1 post
-
0
votes1
answer1079
viewsQ: Compare integer and pointer
Well, I have a question, I’m trying to copy a line to a file but there’s an error that says I can’t compare an integer to a Pointer, can anyone help me? The error is on the line ch = getc(file1);…