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

Why is c so powerful?

0 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


What is the use of printf() and scanf() functions?

0 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


What are the scope of static variables?

0 Answers  






What 'lex' does?

0 Answers   Tech Mahindra,


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


Can main () be called recursively?

0 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


Categories