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 |
Explain About fork()?
What are pointers? What are different types of pointers?
ASCII stands for
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
which one is highest Priority in c? a)=,b)+,c)++,d)==
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
how to TOGGLE Nth bit of variable in a MACRO
What is an auto variable in c?
difference between spiral and waterfall model