struct entry
{
int key;
} entry[TABLE_SIZE];
i declared a struc like this... but i no that u cant declare it in this way, if i write it in the correct way i am getting errors. Y is this, can some one modify this code please ..
i get errors if i write this in the following way ::::::
struct
{
int key;
} entry[TABLE_SIZE];