![]() |
about BYTE datatype
anybody plese explain me about byte datatype in C.
thank you in advance |
Re: about BYTE datatype
A unit of memory or data equal to the amount used to represent one character; on modern architectures this is usually 8 bits.
|
Re: about BYTE datatype
what i actually want is in VB there is a datatype called byte in C is there such type of datatype.i think we can implement byte using bitfield concept
|
Re: about BYTE datatype
char is equal to byte in C.
|
| All times are GMT +5.5. The time now is 11:34. |