25. Consider the following C code and the statements ( A )~( E ).

(a) myfunc(1)=1
(b) myfunc(3)=3
(c) myfunc(-1)=0
(d) myfunc(5)=8
(e) myfunc(8)=55
Which of the above statements is CORRECT?
(A) (a)(b)(c)(d)(e)
(B) (a)(b)(d)(e)
(C) (b)(d)(e)
(D) (a)(b)(d)
(E) (b)(c)(d)(e)