An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)?
Answer Posted / gyana
Float
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do I develop c# apps?
Explain About .Net remoting
What does return do in unity?
What do you use c# for?
what is the difference between a struct and a class in c#?
What is the difference between “out” and “ref” parameters in c#?
What is call back method?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Can we override constructor in c#?
What is the use of ispostback in c#?
Can enum have methods c#?
What is namespace in oop?
What is parsing?
what is an exception in .net?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?