Difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
What does the characters “r” and “w” mean when writing programs that will make use of files?
Meaning of () in c
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Why c++ is called c++ and not c+?
How do I access command-line arguments?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Can stdout be forced to print somewhere other than the screen?
Why is structure padding done in c?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the difference between exit() and _exit() function in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6