Every C# statement is terminated by ___

17. Every C# statement is terminated by ___.

  1. Colon (:)
  2. Semicolon (;)
  3. Comma (,)
  4. Dot (.)

Answer: B) Semicolon (;)

Explanation:

Every C# statement is terminated by semicolon (;).

Comments and Discussions!

Load comments ↻






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