InterviewSolution
Saved Bookmarks
| 1. |
What is datatype |
|
Answer» Data type is the type of data that the field may store. Once it filled you cannot put data The data type of a value (or variable in some contexts) is an attribute that tells what kind of data that value can have. Data types include the storage classifications like integers, floating point values, strings, characters etc. |
|