Question bank › Strings
Dsa Strings Easy

Reverse Words in String

Write a program that reverses the words in a given string while maintaining the word order, but each word itself remains as it is. Words are separated by spaces. Trim leading and trailing spaces from the string before processing it. Example: Input: This is a test Output: test a is This

Key concepts

stringsmanipulationreversal

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of InterviewLab's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.