about BYTE datatype

Go4Expert Member
20Jul2006,10:08   #1
harish13's Avatar
anybody plese explain me about byte datatype in C.
thank you in advance
Go4Expert Founder
20Jul2006,10:43   #2
shabbir's Avatar
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
harish13's Avatar
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
shabbir's Avatar
char is equal to byte in C.