Answer Posted / joe
Yes and no. Yes you can but it is no longer an array. You
would want to use a Structure. In a way, structures are
better arrays. Look 'em up, they are very handy.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a streamwriter in c#?
Why do we need to call CG.SupressFinalize?
What is the function of .IsDescendent()?
How do you concatenate in c#?
What is a satellite assembly in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Is it possible to force garbage collector to run?
What is the use of console?
What is a protected class c#?
Why objects are stored in heap in c#?
Explain About web methods and its various attributes
Explain the difference between Response.Write () and Response.Output.Write ().
Can a dictionary have the same key?
Why do we need abstract class?
List the difference between the virtual method and the abstract method?