Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
size_t sizeof expression
size_t sizeof
size_t sizeof (type)
size_t sizeof (
)
size_t
Example:
printf("The number of bytes in an int is %d.\n",sizeof(int));
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials