Marie

Status
Not open for further replies.

Thread Starter

4ndr3c03lh0

Joined Jun 3, 2010
7
Good afternoon.
I liked to help me convert this code to C language MARIE::confused::confused:

short int a[100];
array_integral(a, 100);
void array_integral(short int vec[], short int size){
short int i;
for(i=1; i<size; i++)
vec = vec + vec[i - 1];
}

Thanks
 
Status
Not open for further replies.
Top