explain the data type use in visual basic
Answers
Answered by
8
According to the Wikipedia definition, a data type is a set of values, and the allowable operations on those values. ... The two fundamental data types in Visual Basic are value types and reference types. Primitive types (except strings), enumerations, and structures are value types
Similar questions