What's the meaning of default size? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the meaning of default size?

4th Aug 2016, 4:29 AM
Srijon Ghosh
Srijon Ghosh - avatar
1 Answer
+ 1
The bite size of data types for instance; char 1 byte short 2 bytes float, int 4 bytes double, long long 8 bytes and so on...
5th Aug 2016, 12:14 PM
Null Void
Null Void - avatar