Home » C++ Programming » Data Types » Question
  1. Which data type is used to represent the absence of parameters?
    1. float
    2. int
    3. short
    4. void
    5. None of these
Correct Option: D

void will not return anything.



Your comments will be displayed only after manual approval.