Do you know the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you search data in a data file using random access method?
Explain what are bus errors, memory faults, and core dumps?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Hai why 'c' is the middle language
How do you prevent buffer overflows in C?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
What does 4d mean in c?
How would you obtain the current time and difference between two times?
Which are low level languages?
What does c mean?