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

write a program to count the no of repaeted words in a line?

1 Answers  


What is pointer & why it is used?

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


Explain what are the different file extensions involved when programming in c?

0 Answers  


Where are the auto variables stored?

0 Answers   TISL,


Differentiate call by value and call by reference?

0 Answers   Cyient,


What are the advantages of external class?

0 Answers  


What is variable in c example?

0 Answers  


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


What is a const pointer?

0 Answers  


what is c programming?

3 Answers   TCS,


Categories