以下所列的各函数首部中,正确的是______。
A void play(int a; int b )
B void play(int a, b)
C void play(int a, int b)
D void play(int a, b;)