briefly explain each of the five data types
Answers
Answered by
0
Answer:
in which access or java
Explanation:
Answered by
0
Data type is an attribute of data which represents the kind of value the programmer wishes to use the data.
- Most of the programming languages support five kinds of basic data types which are explained as follows:
- Integer : This is a data type that represents a range of mathematical integers and are represented as a group of binary digits called bits. An integer data type may or may not hold negative values.
- Floating Point number : These are used to represent high precision fractional values.
- Character : A character data type can store an alphabet, a digit, a blank space or a punctuation mark.
- String : String data types may store a sequence of characters. We can also store a numerical string in this type of data type.
- Boolean : A Boolean is a logical data type that stores either 'True' or 'False' values
To know more about data types, visit:
https://brainly.in/question/6575668
Similar questions