1.

WHICH_ONE_OF_THE_FOLLOWING_STATEMENTS_IS_TRUE_FOR_INCLUDE_ONCE()_AND_REQUIRE_ONCE()??$

A. Both are exactly the same
B. include_once is used for files where as require_once() is not
C. Both Handle the errors in the same way
D. Both do not handle the errors in the same way
Answer» C. Both Handle the errors in the same way


Discussion

No Comment Found