The program is interactive.... But after putting scanf it cannot clear the first statement, anyone knows the solution
char firstn[100];
char secondn[100];
printf("\n\bPlease Enter Your First Name: ");
scanf("%s", &firstn );
fflush(stdout);
Sleep(1234);
printf("\r\bPlease Enter Your Second Name: ");
scanf("%s", &Secondn);