4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
No Answer is Posted For this Question
Be the First to Post Answer
How do c compilers work?
write a method for an array in which it can display the largest n next largest value.
What is the difference between typedef struct and struct?
Program to find the sum of digits of a given number until the sum becomes a single digit
Explain union.
develop algorithms to add polynomials (i) in one variable
Why c is called a middle level language?
How do you define a string?
Program to write some contents into a file using file operations with proper error messages.
which operator is known as dummy operator in c?
What is volatile, register definition in C
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question