单项选择题

以下正确的函数头定义形式是

A) double fun(int x,int y) B) double fun(int x;int y)C) double fun(int x,int y);D) double fun(int x,y);