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 do peek and poke in c?
What is the scope of an external variable in c?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
Explain what does the function toupper() do?
Write a function to find the area of a triangle whose length of three sides is given
write a program in c to read array check element is present or not?
Why doesnt that code work?
What is #line used for?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why is structure important for a child?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Explain about C function prototype?