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
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
write a prgram of swapping with 2 valiables
What is the difference between exit() and _exit() function in c?
What is maximum size of array in c?
Why do some versions of toupper act strangely if given an upper-case letter?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
to get a line of text and count the number of vowels in it
what r the cpu registers r ther?
What does it mean when a pointer is used in an if statement?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is pointer to pointer in c with example?
Do you know what are the properties of union in c?