Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the general form of a C program?

0 Answers  


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


What is meant by type casting?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


What is the use of typedef in c?

0 Answers  


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


What is modeling?

0 Answers  


What are the parts of c program?

0 Answers  


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


Categories