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 |
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
How can you dynamically allocate memory in C?
What are the different types of constants?
how is the examination pattern?
Is a house a mass structure?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What are nested functions in c?
What is the value of c?
why Language C is plateform dependent
who is first prime minister in india??
What is the value of h?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?