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.
2193Which header file should you include if you are to develop a function which can accept variable number of arguments?
1414Post New TCS C Interview Questions
Is It Advisable To Replace The Policy With Another Policy?
what is the difference between clustered and non clustered index in sql? : Sql dba
How main method is called in c#?
WHAT IS SENSEX?
What happens to existing legacy interfaces if a customer moves to sap s/4hana?
Why do we need volatile in c?
How to enable Attribute Routing?
How do I show all mysql databases?
Can Ambari manage multiple clusters?
Why is c called "mother" language?
Explain how can we load multiple tables in to dataset?
Define how can we find the actual size of an object on the heap?
What is difference between string and string builder?
How would you best determine why your MVIEW couldn't FAST REFRESH?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.