exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 144 discussion

Actual exam question from Microsoft's 70-483
Question #: 144
Topic #: 2
[All 70-483 Questions]

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.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: B

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lcsl90
Highly Voted 5 years, 2 months ago
so lets just say its the #if (DEBUG) solution
upvoted 10 times
...
kobegao
Most Recent 4 years, 7 months ago
B:tested
upvoted 2 times
...
Gods_Kenny
5 years, 6 months ago
A should be the correct answer
upvoted 2 times
Igris
5 years, 5 months ago
Absolutely not, it wont even compile
upvoted 5 times
Zubsero
5 years, 4 months ago
think he ment B, but got confused with A above it, text is misformatted
upvoted 21 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...