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

Post New Answer

More C Interview Questions

Can you add pointers together? Why would you?

0 Answers  


What is integer constants?

0 Answers  


How can I run c program?

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  






What type of function is main ()?

0 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  


Is c language still used?

0 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


Categories