Which of the following is a valid function call (a...

Câu hỏi: Which of the following is a valid function call (assuming the function exists)?

A. funct;

B. funct x, y;

C. funct();

D. int funct();