What's the problem with this program?I have to combine two arrays(v1+v2) and create v3. #include<stdio.h> int main() { int i, j...
Little problem with acumulative function.Alright, it makes a lot more of sence now. Thank you all, and sorry you had to write a code to make ...
Little problem with acumulative function.And just to make it clear.. The Return command at thje end of the recursive function returns that va...
Little problem with acumulative function.why can't I just acumulate the soma(n) and return only soma(n-1) and then acumulate again when it c...
release optionI use Code blocks for compilling C programs, and I want to know the difference between checking and ...