Thanks Salem,
I have a situation where my array is having following values
struct grp_cdng new_grp[] =
{
{6,0},
{6,3},
{8,1},
{9,3},
{13,2}
};
when my key is 6, I would like to know following things:
1. The program should return 2(count) when I'm searching array with key value...