+3 votes
in Class 12 by kratos

Write the name of functions which :

(i) returns length of a string

(ii) returns specified number of character from a string.

1 Answer

+6 votes
by kratos
 
Best answer

(i) LENGTH ( )

(ii) SUBSTR ( )

...