Commenting on C#
//How to comment on C#
//Single Line
/*Multi
Line
Comment */
//Thats how you comment
Commenting on C#
//How to comment on C#
//Single Line
/*Multi
Line
Comment */
//Thats how you comment
comments in c#
using System;
public class Program
{
public static void Main()
{
//main code starts from here
//this is how to make a comment in c#
Console.WriteLine("Hello,World");
/* this i a multiline comment in c#
also can continue for several lines
until a closing star and slash are encountered */
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us