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 |
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Differentiate b/w Modify and Update commands giving example.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
How Many Header Files in c?
what does static variable mean?
what is the use of fflush() function?
what are two categories of clint-server application development ?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
what is software?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Explain how can I convert a number to a string?
What is the difference between near, far and huge pointers?