WriteaCprogramthattakestwocommandlinearguments.Bothargumentsareexpectedtobedecimalnumericvaluesandtheyaretoberestrictedto8bitunsignedintegers.Theprogrammustbeabletodisplayeachvalueinbinaryform.Thefirstargumentmustserveasthemasktoperformoperationsonthesecondargument.Theprogramshoulddisplayamenuthatallowstheusertoselectdifferentbitwiseoperationstobeperformedonthesecondargumentusingthegivenmask.Therequiredoperationsare:Set,ClearandToggle.The program needs to run on the command prompt.