char * val; ...
I looked over various documentation on getenv(), all they describe is how to use it and what it does i.e environment variable whose name is specified as argument. But, I am trying ...