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
Amirhossein Ahmadi
NA
6
1.5k
How i can initialize a three Dimensional array?
Mar 2 2017 8:31 AM
Hi there, i can initialize a two dimensional array:
int
[,] myDimensional2 =
new
int
[2, 3] { { 10, 20, 30 }, { 40, 50, 60} };
but i don't know how i can initialize a three, four,... dimensional arrays? :(
please initialize this array and give me the code, thank you so much :)
int
[,,] threeDimensional =
new
int
[2, 2, 3];
Reply
Answers (
3
)
iterate through table valued function in stored procedure
Protect Sql database