Can I cast the strTst* pt to an array of 2 pointers to strTst instance? with
strTst *pt = &Sp1;
although, there is a warning compiler issued. I get the address of the Sp1 array. I think since i get the address of a data object,then i can operate on the data object.