Yes EvilSOB, it does also apply to an array of pointers.
You may try this:

ENTITY* BULLET[10];

void main()
{
int i;
for (i=0; i<10; i++)
printf("Bullet[%d] = %d", i, BULLET[i]);
}

By the way, what is the meaning of "Kewl"?