Example & Tutorial understanding programming in easy ways.

What is exit(0) in C language?

exit() function is used to terminate the C program at any point.

-It is predefined in stlib or process header file.

Read More →