Home »
MCQs »
C# MCQs
What is 'Console' in C#?
31. What is 'Console' in C#?
- Class
- Object
- Method
- 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.