diff options
| author | Hyder Hadi <hyder@hyderhadi.xyz> | 2026-05-10 20:56:50 +0300 |
|---|---|---|
| committer | Hyder Hadi <hyder@hyderhadi.xyz> | 2026-05-10 20:56:50 +0300 |
| commit | b0c77d02498ad9c9d1eca02d34ba43616652d363 (patch) | |
| tree | f6080bb10efc5fcd68e16d82f0666152055a71ec /simple-C-programs | |
| parent | 1dc1f4ec3b74d6afc9d538886f2dd35769d6b5fa (diff) | |
Forgot a newline character XD
Diffstat (limited to 'simple-C-programs')
| -rw-r--r-- | simple-C-programs/DynamicStudentList.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-C-programs/DynamicStudentList.c b/simple-C-programs/DynamicStudentList.c index 50cdc8f..fcd7d25 100644 --- a/simple-C-programs/DynamicStudentList.c +++ b/simple-C-programs/DynamicStudentList.c @@ -279,7 +279,7 @@ int main() { case 1: printf("-Enter a student [Enter no. 2]\n-Find a student [Enter " "no. 3]\n-Sort students [Enter no. 4]\n-Show student entries[Enter " - "no. 5]\n-Find best student [Enter no. 6]\n-To exit [Enter no. 0]"); + "no. 5]\n-Find best student [Enter no. 6]\n-To exit [Enter no. 0]\n"); break; case 2: printf("name -> Enter -> Age -> Enter -> Mark -> Enter\n"); |
