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