How can a process change an environment variable in its caller?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is clrscr ()?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


How to throw some light on the b tree?

0 Answers  


How important is structure in life?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Why main function is special give two reasons?

0 Answers  


What is bash c?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


Why #include is used in c language?

0 Answers  


what is the benefit of c30

2 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


Categories