🎴 Flashcard Mode

C# Programming

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Which of the following directive is used to undefine any symbol used in the C# program?

AnswerClick to flip back
A
#undef
💡 Explanation:

This directive is used to undefine any symbol used in the C# program which causes no effect of the symbol defined using #define directive.

Change Mode