Write a program to sort an array of 20 elements in descending oder
Answers
Answered by
0
The program output is also shown below.
* C program to accept a set of numbers and arrange them.
* in a descending order.
{
int number[30];
int i, j, a, n;
printf("Enter the value of N\n");
scanf("%d", &n);
printf("Enter the numbers \n");
Similar questions
India Languages,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago