MEMBUAT PROGRAM PASSWORD DI C/C++

#include"stdio.h"
#include"conio.h"

main()
{
    char c1,c2,c3,c4;
    puts("password anda :");
    c1=getche(); printf("\b*");
        c2=getche(); printf("\b*");
            c3=getche(); printf("\b*");
                c4=getche(); printf("\b*");
}