In what datatype is the data stored in buffer array
Answers
Answered by
0
it is stored in integer data types
Answered by
0
Answer:
Integer datatypes
Explanation:
Datatypes are used to determine the nature of the variable .
When we specify that a variable has a certain datatype we say what values the expression may have .
The datatypes are :
- Byte .
- Short .
- Char .
- Int .
- Float .
- Long .
- Double .
- Boolean .
- String .
Similar questions