InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of Data types? |
|
Answer» Data are in different types. Data are made up of alphabets, numbers, Date and time is another data type even though it has numbers and symbols. In general, data types are classified as: Alphabetic data type – consists of alphabets only. Numeric data type – consists only numbers (whole number or fractional numbers) Alphanumeric data types – consists of a combination of alphabets and numerals Date data type – consists only dates Time data type – consists only time |
|