anybody plese explain me about byte datatype in C.
thank you in advance
|
Go4Expert Founder
|
![]() |
| 20Jul2006,10:43 | #2 |
|
A unit of memory or data equal to the amount used to represent one character; on modern architectures this is usually 8 bits.
|
|
Go4Expert Member
|
|
| 20Jul2006,11:20 | #3 |
|
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
|
|
Go4Expert Founder
|
![]() |
| 20Jul2006,14:23 | #4 |
|
char is equal to byte in C.
|

