#include <stdio.h>
#include <string.h>FILE *fp1,*fp2;
int main()
{
fp1=fopen("input.txt","r");
fp2=fopen("output.txt","w");
do
fclose(fp1);
fclose(fp2);
a
{
אני מנסה לקמפל ואז אני מקבל:
str41-file.c:13: error: stray ‘\342’ in program
str41-file.c:13: error: stray ‘\200’ in program
str41-file.c:13: error: stray ‘\253’ in program
מישהו יודע למה ??? התוכנית עובדת בסדר כשאני לא מנסה לקרוא מקובץ...
תודה