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
What does nil mean in c?
Why should I prototype a function?
Do you know the difference between malloc() and calloc() function?
What is the size of structure in c?
What is volatile c?
What is the -> in c?
What are enums in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What does calloc stand for?
What is the difference between text and binary modes?
Why header files are used?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is stack in c?
How many header files are in c?