what does exit() do?

Answer Posted / ramesh

it comes out of execution normally.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using const for declaring constants?

600


What do mean by network ?

668


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

712


Can we change the value of #define in c?

592


What are the functions to open and close file in c language?

739






diff between exptected result and requirement?

1606


explain what are actual arguments?

645


Are bit fields portable?

693


What is function pointer c?

595


Can you add pointers together? Why would you?

660


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

653


Explain about C function prototype?

617


What are the different properties of variable number of arguments?

671


What is the difference between a function and a method in c?

573


Write a program to print fibonacci series using recursion?

597