Skip to content

Commit cc95a75

Browse files
authored
Marksheet_Maker.c
1 parent c93f944 commit cc95a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marksheet_Maker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ main()
2626
scanf("%s", &fname);
2727
printf("Enter Student's Mother Name:");
2828
scanf("%s", &mname);
29-
printf("In which stream you had completed your Intermediate:(MPC/BiPC/CEC)");
29+
printf("In which stream you had completed your Intermediate:(MPC/BiPC/CEC/HEC/MEC)");
3030
scanf("%s", &stream);
3131
if(strcmp(stream, "MPC")==0)
3232
{

0 commit comments

Comments
 (0)