c# code for how to merge two sorted arrays
Input : A = 2,5,8,4
B = 3,9,10,5
Output : 2,3,4,5,5,8,9,10
Answer Posted / tester582
Thanks Shanmuga Sundaram for the answer.could you please help me by writing code without using inbuilt functions because in interviews we cannot not use inbuilt functions.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why c# is called type safe language?
Why can't we use a static class instead of singleton?
What are the extension methods in c#?
What is unmannaged code and will CLR handle this kind of code or not .
Why data types are important?
What is the .net datatype that allows the retrieval of data by a unique key?
What are expressions c#?
What is cshtml?
What is the difference between CreateObject() and GetObject()?
What is the difference between wrapper class and primitive?
What is an escape sequence in c#?
Define constructors
What exception can an overridden method throw in comparison with the method it is overriding?
What is the use of dll file in c#?
What is the benefit of interface in c#?