Description The C library function char *getenv(const char *name) searches for the environment string pointed to by name and returns the associated value to the string. Declaration Following is the declaration for getenv() function. char *getenv(cons