Normal Termination of the Program using exit, atexit and _Exit in c





This video tutorial explains the  exit, atexit and _Exit functions in c with their syntax and an example.
You will learn what is the use of  exit, atexit and _Exit functions, what is the syntax of  exit, atexit and _Exit functions and also how to use  exit and _Exit function to terminate the program normally, how to use the atexit function to register a termination function which will be called when the program terminates, what are the differences between the exit and _Exit functions in c.

The tutorial begins with the syntax of the  exit, atexit and _Exit function and then explains what this functions are gonna do in detail. Then it explains the usage of the  exit, atexit and _Exit function in detail with a example. It also explains the dfference between the exit and _Exit functions in detail.