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
JAVED IQBAL
NA
9
2.7k
problem in list<>
Jul 5 2013 1:14 PM
Hy all..can anyone among u plz help me out this code snippet's output..its not producing the desirable output .........
static void Main(string[] args)
{
int[] src = new int[3];
src[0] = 1;
src[1] = 2;
src[2] = 3;
int[] target = new int[3];
Array.Copy(src, target, 3);
foreach (int value in target)
{
Console.WriteLine(value);
Console.ReadKey();
}
}
Reply
Answers (
1
)
About text box autofill and retrieve data
Console.ReadKey