0
Please somebody help me with this code i need to make it please whoever answer it thank you so much!
Write a program in C to copy the elements of one array into another array. Sample Output: Input the number of elements to be stored in the array :3 Input 3 elements in the array : element - 0 : 15 element - 1 : 10 element - 2 : 12 Expected Output : The !elements stored in the first array are : 15 10 12 The elements copied into the second array are : 15 10 12
3 Respostas
+ 1
Show us your attempt first
0
Okay wait