please help me in this question plz.its urgent Digital Media UI / UX Design by preetykinza …: struct MyStructure { char MyString[40]; int MyInteger; }; MyStructure StructVariable[20]; MyStructure *StructPointer; StructPointer = StructVariable; i. Does this code have any error(s… variables MyString and MyInteger) in 15th element of the array StructVariable using StructPointer. Re: please help me in this question plz.its urgent Digital Media UI / UX Design by sillyboy [QUOTE=preetykinza;733032] i. Does this code have any error(s)? If there correct it. ii. Store some values (in member variables MyString and MyInteger) in 15th element of the array StructVariable using StructPointer.[/QUOTE] You can't just expect somebody to do your homework for you... Re: please help me in this question plz.its urgent Digital Media UI / UX Design by peter_budo What is this code? How is it relevant to HTML or CSS? Re: please help me in this question plz.its urgent Digital Media UI / UX Design by ithelp There are some syntax errors , compile u will find it out.