elliswilliams1457 elliswilliams1457 06-03-2020 Computers and Technology contestada Take the template and complete creation and ordering of the Triangular Matrix. //Complete the following Functions int**fillAry(int *,int); //Randomly fill a triangular array void prntAry(int **,int *,int *,int);//Print a triangular array