diff --git a/pgm to read a line b/pgm to read a line index 174d15b..1a0b85e 100644 --- a/pgm to read a line +++ b/pgm to read a line @@ -6,7 +6,7 @@ int main() FILE *fptr; if ((fptr = fopen("program.txt", "r")) == NULL) { - print("Error! opening file") + print("Error encountered while opening the file") exit(1) }