I have used the crypt function in c to encrypt the given string. I have written the following code,
#include #include int mai
You need to put the following line before your includes:
#define _XOPEN_SOURCE