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
3 16264Which layer executed first among these Application layer,Buisness layer or Data Base Layer?
L&T,
2 5912How to call a function when a class implements 2 interfaces and function is present in both interfaces?
2 4877if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
1 3801Which collection will you use to store different types of objects collection like... int, employee, student, object etc.
5 10235
Do while loops yes or no c#?
Why do we use overloading in c#?
If casting fails what type of exception is thrown?
Why do we need indexers in c#?
What does dbml stand for?
What is the difference between proc. Sent by val and by sub?
Explain About multi level and multiple inheritance how to achieve in .net
Is c# difficult to learn?
What is the benefit of delegate in c#?
What is the console on a mac?
How many variables do you need?
What is the use of static members with example using c#.net.
Explain the role of Garbage collector and its generations?
What do you mean by string objects are immutable?
Explain the top reason to use c# language?