Lets say I have the array[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 } and I want to pick 4 of those arrays, somewhere in the middle... like for an example, I want to only use 4 of those elements starting at 3... in that way, it prints out 3, 4, 5, 6... How do i do this using arrays?



but thanks though.