Can you please explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c so powerful?
What is function pointer and where we will use it
What is the use of printf() and scanf() functions?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What are the scope of static variables?
What 'lex' does?
what is the diffrenet bettwen HTTP and internet protocol
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
How do you define CONSTANT in C?
Can main () be called recursively?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is the difference between constant pointer and constant variable?