answersLogoWhite

0

How can you get size of datatype?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

like this: sizeof(int);

replace int with the kind of data you want to find the size of. of course, to be able to do anything with this size data, you'll have to store it into a variable or display it or something.

User Avatar

Wiki User

15y ago

What else can I help you with?