Hello, I have problem with "struct" function. I cannot use array inside struct function as following code.
struct test{ int k1; char c1; unsigned char str1[10]={0xf9,0xa4,0xb0,0x99}; }st1;