The exit() function is defined in stdlib.h, which also declares other utility functions like malloc(), free(), and system(). Option C (stdio.h) is for input/output functions like printf(), and conio.h/dos.h are platform-specific headers not related to standard C library functions.