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 is the difference between exit() and _exit() function in c?
Explain high-order and low-order bytes.
Function calling procedures? and their differences? Why should one go for Call by Reference?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What does %c mean in c?
What are the types of pointers?
why array index always starts from zero??
How can I use a preprocessorif expression to ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain what is the benefit of using enum to declare a constant?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,