Please somebody help me with this code i need to make it please whoever answer it thank you so much! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 

17th Nov 2019, 12:01 PM
Crystalclear
2 Answers
+ 1
Show us your attempt first
17th Nov 2019, 12:13 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Okay wait
17th Nov 2019, 12:29 PM
Crystalclear