

InterviewSolution
Saved Bookmarks
1. |
Let “E:dir1dir2....dir3page.html” be the file required. Here “.. “ tells us that we should move one directory to the back.So the final output should be “E:dir3page.html”. So write code for this covering all end conditions and do this in place if input i |
Answer» | |