0
Why values are in bytes of data types
3 Answers
+ 1
Gaurav Pathak use geeksforgeeks for fuller idea..
In c language int -4bytes
Char -1 byte
Float -4 bytes
Double-4 bytes
Long int -8bytes
Byte-1byte
Short-2 bytes and so on..
+ 1
There is something called Google