Explain the difference between exit() and _exit() function?


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

Post New Answer

More C Interview Questions

Explain what is the difference between text files and binary files?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


What is an lvalue and an rvalue?

1 Answers  


Can we change the value of #define in c?

0 Answers  


What is p in text message?

0 Answers  


What are the different types of objects used in c?

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


What is a 'null pointer assignment' error?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What the different types of arrays in c?

0 Answers  


Categories