कौन-सा method string के दोनों तरफ के extra spaces हटाता है
Which method removes extra spaces from both sides of a string?
A
strip()
B
remove()
C
trim()
D
cut()
Explanation
Correct Answer: A) strip()