Computer Science, asked by rakhshandirect737, 10 months ago

What are the different types of data types with example?

Answers

Answered by spidiegupta
2

Answer:The C# language comes with a set of Basic data types. These data types are used to build values which are used within an application. Let's explore the basic data types available in C#. For each example, we will modify just the main function in our Program.cs file.

Examples :

1.Integers

2.double

3.boolean

4.string

Similar questions