Name: Anonymous 2012-01-15 23:50
sup /prog/,
I'm coding in C. I have an char array that looks like this: [0,1,1,0,0,0,1,1].
How can I write this into a binary or single char so that it'll be a single variable, i.e. b = 01100011?
And then convert that back into decimal?
I'm coding in C. I have an char array that looks like this: [0,1,1,0,0,0,1,1].
How can I write this into a binary or single char so that it'll be a single variable, i.e. b = 01100011?
And then convert that back into decimal?