What is 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 are the primitive data types in c?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


write a program to check whether a number is Peterson or not.

3 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  






how to convert an char array to decimal array

4 Answers  


what type of language is C?

13 Answers   Microsoft,


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


What does the function toupper() do?

0 Answers  


where do we use volatile keyword?

1 Answers  


Is c dynamically typed?

0 Answers  


IS Doon college of Engn.. has good faculty

1 Answers  


Categories