While entering the password and id in the program ,i want the program should not display any of those entered characters.
While enter the password it should show the astericks for eg.
******
By using Scanf,it is not possible..
By using getpass() function it just doesn't display any thing on the screen.
So please give me a clue for it !!!!