Sam Cristtina
Junior Member level 1
- Joined
- May 13, 2012
- Messages
- 15
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,380
Hi,
I'm trying to embedded two array. I have constant unsigned int array with 50 elements named array1[50] = {1,2,3...49,50}; and In second constant unsigned int array with 50 elements named array2[50] = {51,52,53...100};
Now I want to embedded this second array2 to array1. so i have changed size of array1 to 100.
How can i add remaining 50 elements of array2 to array1?
is it redefined possible for constant array?
I'm trying to embedded two array. I have constant unsigned int array with 50 elements named array1[50] = {1,2,3...49,50}; and In second constant unsigned int array with 50 elements named array2[50] = {51,52,53...100};
Now I want to embedded this second array2 to array1. so i have changed size of array1 to 100.
How can i add remaining 50 elements of array2 to array1?
is it redefined possible for constant array?