For security reason sometime we need password locking controller. In This article we developed a password locker. Since password is nothing but a character of string. So we need to control string function carefully. Let’s begin our journey with string handling. strcat() and strncat()             The strcat() or strncat() function join two strings together.                         […]