Question: c++ Write the definition of a function named rcopy that reads all the strings remaining to be read in standard input and displays them, one
c++
Write the definition of a function named rcopy that reads all the strings remaining to be read in standard input and displays them, one on a line with no other spacing, onto standard output IN REVERSE ORDER. So if the input was: here comes the sun the output would be sun the comes here
The function must not use a loop of any kind (for, while, do-while) to accomplish its job.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
