Computer Science, asked by AryanB4233, 1 year ago

Which datatype is used to represent the absence of parameters?

Answers

Answered by abhay7354
5
the datatype used to represent the absence of parameter is
void
Answered by SohamKundu012
2

Answer:

Void ( but its return type )

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