Microsoft Interview Question
1,272 Interview Reviews |
Back to all Microsoft Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at Microsoft:
Write a C++ code to reverse the order of words in a string, without using any additional buffer.
| Tags: | c++ See more , See less 8 |
Helpful Question?
Yes |
No
Inappropriate?



3 of 4 people found this helpful
by Interview Candidate:
2. Flip each word of the reversed string.