单项选择题

A.double max(double x,double y){......}
B.int max(int x,int y){......}
C.float max(float x,float y){......}
D.short max(short x,short y){......}