You need to write a console application that meets the following requirements:
If the application is compiled in Debug mode, the console output must display Entering debug mode. If the application is compiled in Release mode, the console output must display Entering release mode.
Which code should you use?
A . Option A
B . Option B
C . Option C
D . Option D
Answer: B