question archive In C write a program that sorts an array of integers into ascending or descending order
Subject:Computer SciencePrice: Bought3
In C write a program that sorts an array of integers into ascending or descending order. Use command-line arguments to pass either argument -a for ascending order or -d for descending order. [Note: This is the standard format for passing options to a program in UNIX.]