Do you know 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

Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


code for quick sort?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,






to get a line of text and count the number of vowels in it

3 Answers   Satyam,


How can I do graphics in c?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


explain memory layout of a C program

2 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


Categories