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
What is the use of a conditional inclusion statement in C?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Explain the difference between strcpy() and memcpy() function?
Ow can I insert or delete a line (or record) in the middle of a file?
What are the uses of pre-processor directives?
write a program to print data of 5 five students with structures?
Difference between malloc() and calloc() function?
How can I read in an object file and jump to locations in it?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is preprocessor with example?
write a program to copy the string using switch case?
How can this be legal c?