while(n != \'\\n\') { n = getch(); printf("*"); }
/I want to get the password and print the star, I use the getch function and