Pooja2014-08-01T03:28:54+00:00Program : Calculate Size of Structure in C Programming
[crayon-628f6574d7c1a624939159/]
Explanation :
Structure is Collection of elements of the Different data Types.
Size of the Structure Can be Evaluated using "sizeof Operator"
[crayon-628f6574d7c2d339378943/]
Formula for Calculating Size of Structure :
[crayon-628f6574d7c31339541753/]
Remember :
Sizeof is Operator not function
Sizeof Operator Takes any Variable as Parameter.