Data type introduction
So, data types well they are in the most common words are different types of values like integers, characters, float(decimal), double(it basically double any data type it attaches to e.g. double int)
They allocate memory space for different types of data in memory like for character it will assign one-bit memory similarly for integers it allocates memory 1,2,4...so you get the point.
Different types of data types
They allocate memory space for different types of data in memory like for character it will assign one-bit memory similarly for integers it allocates memory 1,2,4...so you get the point.
Different types of data types
- Numeric: It includes all types of numbers
- Integer: It stores numbers without the fraction.
- Float: It represents a number with a decimal value.
- Character: It stores only one character.
- String: Combination of two or more characters.
- Logical: Operating on only two values 0 or 1.
Comments
Post a Comment
Feel free to leave a comment...