Computer Science, asked by priyarabadiya171, 10 months ago

what is datatype in c#?​

Answers

Answered by alankritaraj
1

Answer:

# | Data Types. ... C# is a strongly typed programming language because in C#, each type of data (such as integer, character, float, and so forth) is predefined as part of the programming language and all constants or variables defined for a given program must be described with one of the data types.

Answered by satyamprakash32
0

Explanation:

data type is type of data we are going to use in the program such as

integers

constant

string

numeric

Similar questions