以下函数定义的return语句括号内不可以填写的是(       )。int fun(int p){    int a = 0, b[2] = { 0 };    return (           );} A.

a B.

b[0] C.

p D.

b