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 is the Lvalue and Rvalue?

2 Answers  


What is the use of bitwise operator?

0 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,






hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

0 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


Categories