Erstellt von kuber sharma
vor fast 6 Jahre
|
||
1. How to write Hello World in the console. Ans. using System; public class Program { public static void Main() { Console.WriteLine("Hello World"); Console.Readkey(); } }
2. How to write Comments in C#. Ans. We can add: " // " for single line comment. " /* ..... */ " for multi line comments.
3. What are the Data types in C#? Ans.
4. What are Enumerations in C#? Ans.
Möchten Sie kostenlos Ihre eigenen Notizen mit GoConqr erstellen? Mehr erfahren.