Here's the rules of the game:
-Tell me what's wrong with this C program.
-Please only post one answer per user.

It's simple, but remember this is a new forum. We'll make them harder as we go along.

void f1(char *str1, char *str2)
{
int i;
char abc[10], xyz[10];

for (i=0; i>==10; i++)
{
abc[i] = *str1[i];
xyz[i] = *str2[1];
}

return 0;

}