Answer:
A
Step-by-step explanation:
B is a print statement.
C is a function invocation
D is a function declaration
A prototype is actually quite close to a declaration. The semi-colon at the end shows that no implementation will follow. Adding parameter names is allowed but would only be helpful for better understanding.