In C#, a single-line comment starts with ___

19. In C#, a single-line comment starts with ___.

  1. Two forward slashes (//)
  2. Two backward slashes (\\)
  3. A hash character (#)
  4. A dollar character ($)

Answer: A) Two forward slashes (//)

Explanation:

In C#, a single-line comment starts with two forward slashes (//).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.