-
#pragma exit is primarily used for?
-
- Running a function at exiting the program
- No such preprocessor exist
- Informing Operating System that program has terminated
- Checking memory leaks after exiting the program
- None of these
Correct Option: A
It is primarily used for running a function upon exiting the program.