perror example

Nasza ocena:

3
Wyświetleń: 539
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
perror example - strona 1

Fragment notatki:

perror example #include int main() { FILE *fp; fp = fopen("perror.dat", "r"); if (!fp) perror("Unable to open file for reading"); return 0; }  Output: Unable to open file for reading: No such file or directory ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz