.Net Lab Assignment

Descrição

C# basics
kuber sharma
Notas por kuber sharma, atualizado more than 1 year ago
kuber sharma
Criado por kuber sharma aproximadamente 5 anos atrás
11
0

Resumo de Recurso

Página 1

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();     } }

Página 2

2. How to write Comments in C#. Ans. We can add: " // " for single line comment. " /* ..... */ " for multi line comments.

Página 3

3. What are the Data types in C#? Ans.   

Página 4

4. What are Enumerations in C#? Ans.

Semelhante

Conhecendo a Plataforma .NET
Diego Melo
.NET Framework
R A
Test .Net Developer questionnaire
tomasz.sulkowski
Sending a Fax (2 entry point) - [Inbound Flow]
Ajitpal Singh
.NET midterm question
BigDady313 .
.NET Angular
Pritesh Patel
Unit Testing In .NET
Pritesh Patel
Docker in .NET
Pritesh Patel