C Program to Calculate Size of Structure using Sizeof Operator
Program : Calculate Size of Structure in C Programming [crayon-61f4697641840953324972/] Explanation : Structure is Collection of elements of the Different data Types. Size of the Structure Can be Evaluated using "sizeof Operator" [crayon-61f469764184a037976916/] Formula for Calculating Size of Structure : [crayon-61f469764184e191198334/] Remember : Sizeof is Operator not function Sizeof Operator Takes any Variable as Parameter.