Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Traversing a two Dimensional Array
Sankaranarayana Gopalan
14y
3.4k
1
Reply
Hi,
Need code to traverse through a two dimensional array as follows:
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
Required result: 1,2,3,4,5,10,15,20,19,18,17,16,11,6,7,8,9,14,13,12.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to write Hex bytes to the serial Port
Need to convert the existing doc/xls to PDF using c#