_______________ is the preprocessor directive which is used to end the scope of #ifdef.
_______________ is the preprocessor directive which is used to end the scope of #ifdef. Correct Answer #endif
The #ifdef preprocessor directive is used to check if a particular identifier is currently defined or not. If the particular identifier is defined, the statements following this preprocessor directive are executed till another preprocessor directive #endif is encountered. #endif is used to end the scope of #ifdef.
মোঃ আরিফুল ইসলাম
Feb 20, 2025