Programming Languages C# Objective
Jan 03, 2013

Which is correct way to declare an array in C#?

Choose the correct answer:
A) type[] arrayname;
B) []arrayname type;
C) arrayname[] type;
D) arrayname type[];
Detailed Explanation

No explanation available.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback