Multiple choice

void print() would return __________.

  1. null value

  2. integer

  3. float

  4. char

  5. based on function

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The void returns no value during execution of the function.