Rule30: Difference between revisions

m
mNo edit summary
Line 46:
 
int rule30(int x1, int x2, int x3){
int out= return !((x1 & (x2 | x3)) | (!x1 & !x2 & !x3));
return out;
}
 
Line 67 ⟶ 66:
}
printf("\n");
temp=p1;p1=p2;p2=temp; //swap array's pointers del array
}
 
Anonymous user