what does exit() do?

Answers were Sorted based on User's Feedback



what does exit() do?..

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 does exit() do?..

Answer / guest

come out of executing programme.

Is This Answer Correct ?    3 Yes 1 No

what does exit() do?..

Answer / ramesh

it comes out of execution normally.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

What is #line in c?

0 Answers  


What does d mean?

0 Answers  


A program to write a number of letters and numbers, such as counting and display

0 Answers  


which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

16 Answers   Accenture, Infosys, TCS, Wipro,


Under what circumstances does a name clash occur?

0 Answers   InterGraph,






which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?

1 Answers   Melstar,


What is the difference between exit() and _exit() function in c?

0 Answers  


What are the 32 keywords in c?

0 Answers  


What is a void * in c?

0 Answers  


Categories