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
Write a Program to accept different goods with the number, price and date of purchase and display them
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
How are pointers declared in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
using only #include
Give me the code of in-order recursive and non-recursive.
how could explain about job profile
explain what is an endless loop?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What does %p mean?
What is the value of h?
what is recursion in C
What do you mean by dynamic memory allocation in c? What functions are used?
Explain Function Pointer?
Explain the concept and use of type void.