Saturday 5 February 2011

Default modifier in c




    If you will
not write any modifiers of a particular group then c compiler will take default
modifier of that group. Default modifier of each group has written in the
following table:  











1. Default modifier of storage class is auto when we
declared the variable inside any function and default modifier of storage class
is static when we declared variable outside of all functions.

No comments:

Post a Comment