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 the difference between dictionary and hashtable in c#?
What do you mean by stack and heap in c#?
Is there an equivalent of exit() for quitting a c# .net application?
What is session variable in c#?
What is default constructor c#?
What is xml c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Why is c# good for games?
What is difference between a function and a method?
What is scaffolding in c#?
What is .cs file in c#?
What is func c#?
Can we inherit a class with private constructor in c#?
Can the nested class access, the containing class. Give an example?
What is the difference between select and selectmany?