0
704views
Manipulate the following table for data types used in C language.

enter image description here

1 Answer
0
0views
Sr no Data type Bit size Data range
1 Unsigned char 8 0 to 255
2 Signed int 16 -32768 to +32767
3 Sbit 1 SFR bit addressable
4 Sfr 8 RAM addresses 80 to FF only
Please log in to add an answer.