Problem Statement: 
Write a C Program to reverse string entered from command line arguments.

Required Knowledge: 
C Input/Output, C Variables,  C Datatypes, C Loop, Command Line Arguments

Solution: 

Explanation: