Answers

Question and Answer:

  Home  C Preprocessor

⟩ #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

c

(Running a function at exitting the program)

Explanation:It is primarily used for running a function upon exitting the program.

 192 views

More Questions for you: