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 - 7 of 7 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.
Questions by souji1425