Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
198 views
in Programming by (120k points)
closed by
What is the code to be used to trim whitespaces?

(a) let trimmed = (l.trim() for (l in lines));

(b) let trimmed = (trim(l));

(c) let trimmed = l.trim();

(d) let trimmed = for(l in lines));

1 Answer

0 votes
by (120k points)
selected by
 
Best answer
The correct option is (a) let trimmed = (l.trim() for (l in lines));

Best explanation: The various types of trim functions are trimLeft(), trimRight() and trim().can use the above code to trim whitespaces and filter out comments and blank lines.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...