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 |
What is unsigned int in c?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Why c is called top down?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
Explain the difference between struct and union.
Is file a keyword in c?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
What is structure in c definition?
What are header files and explain what are its uses in c programming?