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 are the uses of delegates in c#?

571


Is c# lazy thread safe?

482


What does an indexer do?

472


How many root nodes are there in an xml document?

442


Can we use "this" command within a static method?

547






How to reverse each word in a string using c#?

555


What is the difference between writeline and write in c#?

422


What is the difference between const and static read-only?

492


Why singleton pattern is used in c#?

531


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

501


What are sessions in c#?

489


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

491


What is a collection class in c#?

470


What is a three-tier application.

548


Explain about c# language.

594