What is Incorrect option that explain # pragma directive ?
#pragma exit allows us to specify functions called upon program exit.
It is of two types #pragma startup, #pragma exit and pragma warn.
This is a preprocessor directive that can be used to turn on or off certain features.
#pragma startup don't allows us to specify functions called upon program startup.