#pragma exit is primarily used for?

a) Checking memory leaks after exitting the program
b) Informing Operating System that program has terminated
c) Running a function at exitting the program
d) No such preprocessor exist

Submitted by: Muhammad
c
(Running a function at exitting the program)
Explanation:It is primarily used for running a function upon exitting the program.
Submitted by: Muhammad

Read Online C Preprocessor Job Interview Questions And Answers