getenv « char « C Data Type Q&A

Home
C Data Type Q&A
1.binary
2.bit
3.byte
4.char
5.character
6.decimal
7.Development
8.float
9.hex
10.integer
11.prime
12.random
13.struct
C Data Type Q&A » char » getenv 

1. Should I free/delete char* returned by getenv()?    stackoverflow.com

 char * val;                            ...

2. What can be the parameters to char getenv(const char *name);?    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.