Question: a.) Write a program to reverse a sentence and store the reversed string in place (In place reversal implies that the original string is replaced
a.) Write a program to reverse a sentence and store the reversed string in place (In place reversal implies that the original string is replaced with the reversed string at its location). Also, display the reversed string on the screen. (The string should start at memory location 0x5000 and your code should start at memory location 0x3000).
For example, if the original starting at 0x5000 was Dazzling!, the reversed string should be !gnilzzaD occupying the same location from 0x5000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
