diff --git a/Language/Variables/Utilities/sizeof.adoc b/Language/Variables/Utilities/sizeof.adoc index 0bd3f87..7252fb3 100644 --- a/Language/Variables/Utilities/sizeof.adoc +++ b/Language/Variables/Utilities/sizeof.adoc @@ -4,13 +4,8 @@ categories: [ "Variables" ] subCategories: [ "Utilities" ] --- - - - - = sizeof - // OVERVIEW SECTION STARTS [#overview] -- @@ -32,14 +27,11 @@ The sizeof operator returns the number of bytes in a variable type, or the numbe [float] === Returns -Nothing +The number of bytes in a variable or bytes occupied in an array. (size_t) -- // OVERVIEW SECTION ENDS - - - // HOW TO USE SECTION STARTS [#howtouse] --