.Net Lab Assignment

Descripción

C# basics
kuber sharma
Apunte por kuber sharma, actualizado hace más de 1 año
kuber sharma
Creado por kuber sharma hace alrededor de 5 años
11
0

Resumen del 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.

Mostrar resumen completo Ocultar resumen completo

Similar

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