hello

I am new to C and not sure how to go about getting the following accomplished:

I have the following c code, under centos ver 3.4, using gnu gcc to compile:

uchar sn[8];

// readings

sn[0] = 0x10;
sn[1] = 0x2E;
sn[2] = 0x22;
sn[3] = 0x47;
sn[4] = 0x00;
sn[5] = 0x08;
sn[6] = 0x00;
sn[7] = 0x35;

I want to convert...