Top

Discussion

#pragma exit is primarily used for?

  • A.Checking memory leaks after exiting the program
  • B.Informing Operating System that program has terminated
  • C.Running a function at exiting the program
  • D.No such preprocessor exist

Answer: C

It is primarily used for running a function upon exiting the program.

No comment is present. Be the first to comment.
Loading…

Post your comment