what is the return value (status code) of exit() function....
what the arguments(integer value) passed to it means....
Answer Posted / arindam majumder
0 if successful and a non-zero value if unsuccessful.
The argument signifies whether the program have
executed successfully or not.
If 0,then it is successful.And a non-zero value indicates
an error.Several type of errors may occur.So a non-zero
value is supplied.Not 1 or 2 or...some specific value.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How can I read data from data files with particular formats?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Write a program to print fibonacci series without using recursion?
How to delete a node from linked list w/o using collectons?
shorting algorithmS
What is #include called?
How do you determine a file’s attributes?
What is the most efficient way to store flag values?
Explain what are global variables and explain how do you declare them?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is difference between array and structure in c?
Why is %d used in c?
What are type modifiers in c?