Which datatype is used to represent the absence of parameters?
Answers
Answered by
5
the datatype used to represent the absence of parameter is
void
void
Answered by
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