Can you please 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

What is bubble sort technique in c?

0 Answers  


What is character constants?

0 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

1 Answers   Hathway,


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


Write a program for deleting duplicate elements in an array

3 Answers   Subex,






Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What math functions are available for integers? For floating point?

0 Answers  


What is register variable in c language?

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


YBJBU6

1 Answers  


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


string reverse using recursion

0 Answers   Mind Tree,


Categories