单项选择题

A.int y =fun(\’5\’);
B.int x =fun("5");
C.int y =fun(5);
D.int x =fun(fun(5));