How to set a variable in the environment list?
Answer / d g patel
environment variables can be get and set by getenv() and
putenv() calls in C.
| Is This Answer Correct ? | 3 Yes | 0 No |
How can I open a file so that other programs can update it at the same time?
what is the diff b/w static and non static variables in C. Give some examples plz.
Why header file is used in c?
cavium networks written test pattern ..
Write a program to find the biggest number of three numbers in c?
If you know then define #pragma?
Why is sprintf unsafe?
What is the symbol indicated the c-preprocessor?
Define C in your own Language.
how to swap four numbers without using fifth variable?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?