what is the return value (status code) of exit() function....
what the arguments(integer value) passed to it means....
Answer / 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 |
write a programme to convert temperature from farenheit to celcius?
What is typedef example?
how to connect oracle in C/C++.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is volatile keyword in c?
what is a c-language.what is do.
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is the explanation for the dangling pointer in c?
how do you redirect stdout value from a program to a file?
What is the importance of c in your views?