赞题库-背景图
单项选择题

以下函数声明中,正确的是( )
A、double func(int x,int y)
B、double func(int x;int y);
C、double func(int x,int y);
D、double func(int x,y);