Software data types
During software development phase a developer has different data types that can be used. Data types define what can be done with that object. For example addition of two numbers will result in a sum of those numbers, However addition of two strings (even so these strings may represent numbers) is not an addition of values, but concatenation of these strings.
In case of mathematical data types, different data types have different limits and precision.
Comments
Post a Comment