Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews C Programming Interviews:C FunctionsC PointersC Preprocessor
Copyright © 2018. All Rights Reserved
C Preprocessor Interview Question:
#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: MuhammadAd
c
(Running a function at exitting the program)
Explanation:It is primarily used for running a function upon exitting the program.
Submitted by: Muhammad
(Running a function at exitting the program)
Explanation:It is primarily used for running a function upon exitting the program.
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
