From 8b4bd8908ea65504822e25d9e21f587c7da0948e Mon Sep 17 00:00:00 2001 From: NikhitaChavva <54998946+NikhitaChavva@users.noreply.github.com> Date: Fri, 11 Oct 2019 21:02:06 +0530 Subject: [PATCH] STUDENT OUTING PORTAL --- mark10.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mark10.c b/mark10.c index e62026d..00047ab 100644 --- a/mark10.c +++ b/mark10.c @@ -10,14 +10,14 @@ char na[20],dt1[30],dt2[30]; void main() { struct st s[10]; -int x,n=0,i,b,t=0,g; +int Y,n=0,i,b,t=0,g; clrscr(); while(1){ -printf("\n******************WELCOME TO STUDENT OUTING PORTAL**********************"); +printf("\n******************STUDENT OUTING PORTAL**********************"); printf("\n1.Admin\n2.Student\n3.Exit"); printf("\nEnter Your Choice:"); -scanf("%d",&x); -switch(x){ +scanf("%d",&Y); +switch(Y){ case 1:{ if(t==0){ printf("\nEnter The New Password(4 digit number): "); @@ -68,4 +68,4 @@ case 3:exit(1); } } getch(); -} \ No newline at end of file +}