What is 'Console' in C#?

31. What is 'Console' in C#?

  1. Class
  2. Object
  3. Method
  4. Structure

Answer: A) Class

Explanation:

In C#, the Console class is used to represent the standard input, output, and error streams for the console applications.

Comments and Discussions!

Load comments ↻






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