diff --git a/Hello world b/Hello world index 3b7617c..4c486ed 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, World!"); + printf("HELLO, this is a repo of mhmdrameez!! "); return 0; } diff --git a/pgm to read a line b/pgm to read a line index 174d15b..258df08 100644 --- a/pgm to read a line +++ b/pgm to read a line @@ -11,7 +11,7 @@ int main() } scanf(fptr,"%[^\n]", c); - printf("Data from the file:\n%s", c); + printf("Data from the file is :\n%s", c); close(fptr) return 0;