TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Maha
NA
0
326k
Multi-Dimensional Array
Mar 22 2013 8:26 PM
Following is the two dimensional array with 2 rows and 3 columns.
int[,] ar = new int[2,3];
Example for three dimensional array is
int[,,] ar = new int[2,3,
2
];
Please tell me what is the name of third one. Also tell me how to name if it is go like this.
int[,,] ar = new int[
row
,
column
,
?????
];
Reply
Answers (
2
)
Using Thermal Printer have to Print a bill in C# windows?
how to store large amount of charcters in MS Access database