Answer Posted / 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 |
Post New Answer View All Answers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is difference between structure and union with example?
Can we assign string to char pointer?
What is the general form of function in c?
What is the size of enum in c?
What is the best way to comment out a section of code that contains comments?
What is fflush() function?
What are the preprocessor categories?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
why return type of main is not necessary in linux
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Here is a neat trick for checking whether two strings are equal
What are external variables in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Why dont c comments nest?