From 389da5365d6b53963e4642abddb5e37db5e51383 Mon Sep 17 00:00:00 2001 From: Jayachandran K B <44472606+jayankb770@users.noreply.github.com> Date: Thu, 25 Oct 2018 21:06:26 +0530 Subject: [PATCH] Update STUD.c --- STUD.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STUD.c b/STUD.c index 9dbcc7d..1b6ce51 100644 --- a/STUD.c +++ b/STUD.c @@ -90,7 +90,7 @@ struct stud } else if(x==3) { - printf("Exiting>>"); + printf("Exiting>>--"); } } @@ -102,7 +102,7 @@ struct stud { printf(".....................STUDENT DETAILS.....................\n\n\n"); - printf("\n1.Enter Data\n2.View Details\n3.Exit\n\n Make your selection(1-3) : "); + printf("\n1.Enter Data\n2.View Details\n3.Exit\n\n\n Make your selection(1-3) : "); scanf("%d",&sl); if(sl==1) @@ -127,7 +127,7 @@ struct stud else { - printf("Try Again :) "); + printf("Try Again! "); } }