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 external variables in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


whether itis a structured language?

1 Answers   Microsoft,


Explain what is the benefit of using const for declaring constants?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,






What is the difference between getch() and getche()?

1 Answers   NSPL,


What is typeof in c?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


how to convert an char array to decimal array

4 Answers  


What is identifier in c?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Do you know pointer in c?

0 Answers  


Categories