Computer Science, asked by academyamitl3176, 11 months ago

In what datatype is the data stored in buffer array

Answers

Answered by Naresh5551
0
it is stored in integer data types
Answered by SohamKundu012
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