explain different data type
Answers
Answered by
16
Answer:
Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats.
Answered by
30
Explanation:
Data types are of three types
- Integer
- float
- char
Integer: Integer data type cannot be written in the form of decimals.for eg: 12, 34 etc.
Float: float data type can be written in the firm of decimals. for eg: 2.3 ,56.7 etc.
Characters: It can store single value .In this variables os used to store value.for eg: a,b,x etc
Similar questions