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


Please Help Members By Posting Answers For Below Questions

Can we write class inside a class in c#?

616


What is a dbml?

585


What are the types of access modifiers?

551


What is the use of parse in c#?

539


What does readonly mean in c#?

645






What is the difference between == and object.equals?

587


Why are strings immutable c#?

548


How C# 4.0 supports dynamic programming language?

657


What is a satellite assembly in c#?

648


What does void do in unity?

595


Why is ienumerable used?

580


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

587


What is the difference between a variable and a literal?

634


What is oledb in c#?

607


In which format you can pass the value in the sleep function?

624