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
Working with Integer Arrays
angelo rajkumar
11y
866
1
Reply
Hi all,
Here is my simple piece of code of a Console Application..
int[] a= {1,2,3,4};
char[] b= {'a','b','c'};
Console.WriteLine(a);
Console.WriteLine(b);
Result:
System.Int32[]
abc
When printing, why it is displaying 'System.Int32[]'?
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
C# drawing lines and moving them
C# BeginInvoke and Callback