Computer Science, asked by niranjan6184, 1 year ago

What is the header file for exit function in c?

Answers

Answered by Sandeepsomasundaran
0
Following is the declaration for exit() function.

void exit(int status)

Similar questions