+ 10
What's the additional header file that should be added to use the exit (); in C language?
6 Réponses
+ 8
stdlib.h
+ 8
Sorry I was not here and when i came was lost in challenges. Sonic done the job 👍
+ 1
#include <stdlib.h>
+ 1
If you are using linux then type in your Terminal:
man function_name
For example:
man exit
There are some manuals where you need to provide a digit too, which is for page types. For example:
man 2 function_name
+ 1
On the top of the program write #include<stdlib.h> that will do.
0
stdlib.h