Declaration:
size_t sizeof expressionorsize_t sizeof (type)
The sizeof keyword returns the number of bytes of the given
expression or type. size_t is an unsigned integer result.
Example:
printf("The number of bytes in an int is %d.\n",sizeof(int));
Note: To report broken links or to submit your projects,
tutorials please email to Webmaster