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
2
Answers
problem to understand the code
Sandeep Banerjee
9y
649
1
Reply
Console
.Write(
"{0}{1}"
, intJaggedArray3[i][j], j == (intJaggedArray3[i].Length - 1) ?
""
:
" "
);
sir i don't understand the line:
j == (intJaggedArray3[i].Length - 1) ?
""
:
" "
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Sorting list of points based on a min value criteria
csharp