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 different types of private assembly and shared assembly?
Name the property of the textbox which cannot be changed at runtime?
Why do we use interfaces in c#?
What is global namespace in c#?
Can we override main method in c#?
What is array collection?
Define c# i/o classes? List the commonly used classes?
Can we inherit static class in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Explain the difference between pass by value and pass by reference.
How to find the current application file path while runtime?
Which are the loop types available in c#?
Who is a accessibility modifier “protected internal†available to ?
Is stringbuilder faster than string concatenation c#?
What is JIT (just in time)? how it works?