Computer Science, asked by Anonymous, 1 year ago


 \huge \mathfrak \pink{bonjour}
List the datatypes available in Numeric Datatype.

Answers

Answered by preetjii
26

boolean

tinyint

smallint

integer

bigint

numeric

decimal

real

float

doublr

Answered by SohamKundu012
1

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