What is the difference between exit() and _exit() function in c?


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

Post New Answer

More C Interview Questions

explain how do you use macro?

0 Answers  


What are the types of bitwise operator?

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


What is openmp in c?

0 Answers  


What is function definition in c?

0 Answers  






struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


write a progam to compare the string using switch case?

1 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 Answers   Wipro,


What is the purpose of type declarations?

0 Answers  


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


Is c call by value?

0 Answers  


Categories