End Google Ads 201810 - BS.net 01 --> my application consists of structure with 200 member variable.
For Example:

Struct sample
{
char xyz[200];
int x1[400];
char y2[100][10];
float z2[200];
...................
.................
..................
................
}


Now user will just passes the value like xyz[100], x1[201] and my application need to fetch the corresponding value from memory and display to them
kindly help me friends..