Multiple choice Which of the following directive is used to undefine any symbol used in the C# program? #define #error #warning #undef #if Reveal answer Fill a bubble to check yourself D Correct answer 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.