Header file which contains follwing code please help me
#define X {{1,1,2,3,4,5,66},{3,2,4,1,5,0}}
X was used as a member to another Macro
#define Y {X,F,I} like this F and I also defined in the same format as X
My question is how to acess these elements because No where in the program they have used X.