Can you pass value types by reference to a method?


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

Post New Answer

More C Sharp Interview Questions

what is a callback function?

4 Answers  


What does break do in loop?

0 Answers  


Is multilevel inheritance possible in c#?

0 Answers  


What is the difference between iqueryable and ienumerable?

0 Answers  


What are custom exceptions? Why do we need them?

0 Answers  






What is the difference between string and string in c#?

0 Answers  


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

0 Answers  


Can we declare private class in c#?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


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

0 Answers  


What does assemblyinfo.cs consists ?

4 Answers   Microsoft,


Categories