what is the incorrect option that explains pragma directive
C (Programming Language)
Q72. What is the Incorrect option that explains # pragma directive ?
- #pragma exit allows us to specify functions called upon program exit.
- This is a preprocessor directive that can be used to turn on or off certain features.
- #pragma startup doesn’t allow us to specify functions called upon program startup.
- It is of two types #pragma startup, #pragma exit and pragma warn.