Single-line comment before a line of code in C#
C# Programming Language / Overview of C# Language
374Program:
using System; namespace HelloWorld { class Program { static void Main(string[] args) { // This is a comment Console.WriteLine("Hello World!"); } } }
Output:
Hello World!
Explanation:
None
This Particular section is dedicated to Programs only. If you want learn more about C# Programming Language. Then you can visit below links to get more depth on this subject.
# C Tutorials
# JAVA Tutorials
# HTML Tutorials
# Computer Fundamental
# Data Structure
# DBMS Tutorials
SQL
# C# Language
# R Language
# PHP
# Python
# Vue JS