Computer Science, asked by aminabdullah992, 3 months ago

The____function is used to convert the given string into lower case.
25. The
a. LCASE$( )
b. UCASE$( )
c. MID$( )
d. LEFT$( )​

Answers

Answered by unbeatablekhushal
1

Explanation:

The tolower() function is defined in the ctype. h header file. If the character passed is a uppercase alphabet then the tolower() function converts a uppercase alphabet to an lowercase alphabet.

Similar questions