+ 5

How Do I Make A Sum Of An Array[ ] With Another In C?

6th May 2019, 4:29 PM
zDev GameDev
zDev GameDev - avatar
2 Respostas
+ 4
You can use 'for' loop to sum each element like declare sum array //for loop here Sum[i]=array [i]+array2[i]; if u want sum of 1 element with other......
6th May 2019, 4:56 PM
Saurabh B
Saurabh B - avatar
+ 1
What do you mean? Can you describe it abit more.
6th May 2019, 4:53 PM
Mensch
Mensch - avatar