I would like to know how to define a char array, in C, of three elements a,b,c
, where a
is located on one first octet, b
in one second and c
in one third.
I would like to know how to define a char array, in C, of three elements a,b,c
, where a
is located on one first octet, b
in one second and c
in one third.