InterviewSolution
Saved Bookmarks
| 1. |
String trim() function is used to _______________________(a) Remove all the white spaces from the string(b) Remove white space from start of string(c) Remove white space at end of string(d) Remove white space from both the ends of stringThis question was posed to me during an online exam.My question is from String Class in portion Inbuilt Classes of Object Oriented Programming |
|
Answer» The CORRECT OPTION is (d) Remove white space from both the ends of STRING |
|