diff options
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"); |
