0
what are sizes of different datatypes?
3 Answers
+ 3
You can use sizeof() to get that info. Otherwise, see here for the size of various primitive types: https://www.tutorialspoint.com/cplusplus/cpp_data_types.htm
0
thank you zen
- 2
that has future