Write a program which accepts a filename as a command line argument and reverses the contents of the file( ie first character becomes the last character of the file and so on) Input: The program takes the file name whose content should be reversed. Output: The program reverses the contents of the file.
Questions by souji1425
Showing Answers 1 - 6 of 6 Answers
Write a program which accepts a filename as a command line argument and reverses the contents of the file( ie first character becomes the last character of the file and so on) Input: The program takes the file name whose content should be reversed. Output: The program reverses the contents of the file.
Profile Answers by souji1425 Questions by souji1425
Questions by souji1425