I have short question, how use array in structure when I have pointer on structure?
struct Kania{ char array[5][5] }*pointer;
How Can I a