K
Kumar
How should I declare the array elements being half word?
and the array elements of the type byte in C??
Please help
Kumar
and the array elements of the type byte in C??
Please help
Kumar
Kumar said:How should I declare the array elements being half word?
and the array elements of the type byte in C??
In C, the nearest you'll get is a (n unsigned) char. This
may or may not correspond to what you want. Why do you want
to use "type byte"?
Frederick said:Chris Dollin posted:
I think it's *exactly* what he wants. I consider "char" to be synomonous
with "byte".
(But I don't consider a byte to always be 8 bits.)
Frederick said:I consider "char" to be synomonous with "byte".
Kumar said:How should I declare the array elements being half word?
and the array elements of the type byte in C??
Frederick Gotham said:Chris Dollin posted:
I think it's *exactly* what he wants. I consider "char" to be synomonous
with "byte".
(But I don't consider a byte to always be 8 bits.)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.