Is array passed by reference in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?

2 Answers   ITC Infotech,


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is object array in c#?

0 Answers  


What is garbage collection? How to force garbage collector to run?

0 Answers  


What can be done with c#?

0 Answers  






Can we declare class as protected?

0 Answers   Infosys,


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


Explain the mechanism of VB.NET/C# achieve polymorphism?

0 Answers   Siebel,


Can a constructor be private in c#?

0 Answers  


Differentiate between copy and default constructor.

0 Answers   TCS,


What is array class in c#?

0 Answers  


Categories