> ~ Online tutorial

sizeof()

Returns the size, in bytes, of the given expression or type (as type size_t).

 Syntax:

 sizeof <expression>
   sizeof ( <type> )

 Example:

  memset(buff, 0, sizeof(buff));
  nitems = sizeof(table) / sizeof(table[0]);

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: