How can a process change an environment variable in its caller?
No Answer is Posted For this Question
Be the First to Post Answer
What are the applications of c language?
what is a pointer
4 Answers Bank Of America, TCS,
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Why is structure padding done in c?
Why is c faster?
If the static variable is declared as global, will it be same as extern?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
why should i select you?
What is the purpose of void in c?
how to print "hai" in c?
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,
can we access one file to one directory?