what does exit() do?
Answers were Sorted based on User's Feedback
Answer / shruti
nopes,
it does not come out of the executing prog normally..
for that, we have to explicitly mention as
exit(0);
| Is This Answer Correct ? | 7 Yes | 0 No |
What is a scope resolution operator in c?
Why do we use int main?
why effort estimation is important?
What are identifiers in c?
how to write a c program to print list of fruits in alpabetical order?
What is the use of linkage in c language?
Are the variables argc and argv are always local to main?
Can we increase size of array in c?
What are the disadvantages of external storage class?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is the difference between declaring a variable and defining a variable?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)