Answer:
A.
Step-by-step explanation:
void unknown(int n) defines a methodes that doesn't return a value, hence unknow(int n) is a function... it is function that prints the value ? as many times as you tell it, hence for n=4 it would print ????. However, it doesn't return a value an interger, string etc..., so it doesn't give an output .