printf("\nplease enter your wished Password :\n");
scanf("%s",newEmployeePassword);
createNewEmployee(newEmployeeId,newEmployeePassword)?printf("\n\n Account created successfully !\n\n"):printf("\n\n Could not create the Account please contact an employee of clearance 1 !\n\n");
createNewEmployee(newEmployeeId,newEmployeePassword)?printf("\n\n Account created successfully !\n\n"):printf("\n\n Could not create the Account please contact an employee of clearance 1 !\n\n");
}
else
{
printf("Error : the entered ID either contains space or exceeds the maximum of 20 characters!");