nerdexam
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)
  • A
    74% (23)
  • B
    13% (4)
  • C
    3% (1)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice