Home » C Programming » Preprocessors » Question
  1. #pragma exit is primarily used for?
    1. Running a function at exiting the program
    2. No such preprocessor exist
    3. Informing Operating System that program has terminated
    4. Checking memory leaks after exiting the program
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.