Login functionality in C-language :
Here the user enters the user id and password.
The entered user id and password will be compared with the stored ones and user will be authenticated.
While user enters password, characters should not be displayed on the screen.
user id comparison must be case insensitive and password must be case sensitive.