I have a code like this

char password[20];
cout<<"Enter Password : ";
cin>>password;

Output is :
Enter Password :__

When i type password, it appears like this
(let my password is '786mc')

Enter...