adspace


What is data type and how many types of data types are in .NET ?

Answer Posted / Premanu Byahut

A data type is a classification that specifies the type or nature of a data. In .NET, there are two main categories of data types: value types (e.g., integers, floating-point numbers, Boolean, dates) and reference types (e.g., classes, arrays, strings).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1137