pragma exit is primarily used for
pragma exit is primarily used for mcq and its answer is provided on this page.
#pragma
directive in c programming is provided by c standard.
Pragma is compile specific directive.
#pragma provides extra required details to c compiler
pragma exit is primarily used for
Que. | pragma exit is primarily used for | |
a | a) Checking memory leaks after exiting the program | |
b | b) Informing Operating System that program has terminated | |
c | c) Running a function at exiting the program | |
d | d) No such preprocessor exist | |
Answer: c | ||
Explanation : It is primarily used for running a function upon exiting the program. |
Comments
Post a Comment