Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#define MAX 10
int a[MAX], b[MAX];
a[1] = b[1] = 2;
for (count = 0; count < MAX; count++)
b[count] = a[count];
[code]
I don't know whether that is what you meant.
[b]Adonai[/b]