TipsMake
Newest

Tags : function exit () in c

The exit () function in C
Programming C 25 May 2019

The exit () function in C

the void exit (int status) function immediately terminates the calling process. any file opened by the process is closed and any child process is inherited by the initial process

Read More