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

What is the default value of boolean variable?

649


Differentiate between method overriding from method overloading with its functionality?

721


What are the principles of delegation?

701


What are anonymous functions in c#?

699


What do you mean by directing?

666


What are the fundamental differences between value types and reference types?

755


What does dbml stand for?

720


How do you escape c#?

698


How to implement a singleton design pattern in c#?

641


What is interface inheritance?

706


What is strongly typed view?

677


write a C# Program add two matrix ?

751


What is float in unity?

674


Describe a Struct ?

735


Are tuples immutable c#?

688