I want to my program to execute md5sum command to generate a hash given a file, and then storing the hash into an array (char *) variable.
char *
I have read ab