Computer Science, asked by Keval5024, 4 months ago

What is the function of Right and Left command?

Answers

Answered by rajpatil2308
1

Answer:

left returns the beginning characters of a string. Mid returns the middle characters of a string. right returns the ending characters of a string.

Answered by shivu14358
0

Answer:

left and right command are

Explanation:

left fun8we can pull a set no of characters out of cell into another cell starting at left most point.

The right function perform the same except starting the right most point.

Both functions are related to MID function which we covered back

Similar questions