Answer :

here is the expression: sizeof(int); Also here is the example how you can youse sizeof(int):
int int_size(sizeof(int)); It's often used to display the sizes of a number of variables:

Other Questions