Vidyalelo
C# Programming · Q78

Arrays and Strings in C Sharp

Programming · C# Programming · question 78

Q78

Which of these methods returns the string such that some characters which are specified to be removed from the end of strings are removed from string by mentioning the number of characters to be removed?

A.
Trim()
Answer
B.
Remove()
C.
TrimEnd()
D.
Split()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board