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 |
Explain how can I remove the trailing spaces from a string?
What are data types in c language?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What do you understand by normalization of pointers?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
what is the difference between postfix and prefix unary increment operators?
What are the advantages and disadvantages of a heap?
develop algorithms to add polynomials (i) in one variable
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
code for bubble sort?
What are macros in C?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer