A. Removes all spaces from the string. स्ट्रिंग से सभी स्पेसेस को रिमूव कर देती है.
B. Removes the first and last character of the string. स्ट्रिंग का फर्स्ट और लास्ट कैरेक्टर को रिमूव कर देता है।
C. Removes whitespace from the beginning and end of the string. स्ट्रिंग के बिगनिंग और एन्ड से वाइटस्पेस को रिमूव करता है।
D. Converts the string into a list of characters. स्ट्रिंग को कैरेक्टर्स की लिस्ट में कन्वर्ट करता है।
Correct Answer is :
C. Removes whitespace from the beginning and end of the string.