I have an array uint8_t arr[512] and I need to store a string, IP address and a 32digit number in this array. So I thought of defining another array of strings as below. and I need to
I have an array uint8_t arr[512] and I need to store a string, IP address and a 32digit number in this array. So I thought of defining another array of strings as below. and I need to