Microsoft
98-361 · Question #325
You are writing a method named PrintReport that doesn't return a value to the calling code. Which keyword should you use in your method declaration to indicate this fact?
The correct answer is A. void. See the full explanation below for the reasoning.
Question
You are writing a method named PrintReport that doesn't return a value to the calling code. Which keyword should you use in your method declaration to indicate this fact?
Options
- Avoid
- Bprivate
- Cint
- Dstring
How the community answered
(31 responses)- A74% (23)
- B13% (4)
- C3% (1)
- D10% (3)
Community Discussion
No community discussion yet for this question.