Hi friends,
There are two integer arrays oper1[7] and oper2[7]
i have to do the addition of these two arrays and store the result in
sum[8] .
Please solve this prob.
Thanks in advance.
SS...
--
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.c/
More information at http://www.talkaboutprogramming.com/faq.html
There are two integer arrays oper1[7] and oper2[7]
i have to do the addition of these two arrays and store the result in
sum[8] .
Please solve this prob.
Thanks in advance.
SS...
--
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.c/
More information at http://www.talkaboutprogramming.com/faq.html
Comment