+2 votes
in Class 12 by kratos

Name the built-in functions to be used in the following situations:

(i) To remove backslash from a string.

(ii) To return number of days in a month for specified year.

1 Answer

+3 votes
by kratos
 
Best answer

(i) stripslashes()

(ii) cal_days_in_month()

...