In this video lecture we are solving an Interview Question based on Stack Data Structure.
Given a string of multi-word, we need to reverse individual words of the string.
This problem is solved using C++ STL std::stack.
#interviewquestions #datastructures #stack #cppprogramming #stl