In the above table modifier ending with * indicates
they are not keyword of c language. These modifiers are called as nothing
modifier since there is not any special keyword in which represents those
modifiers. If you will not write any thing it then compiler will understand you
are writing nothing modifier of those groups.
Meaning of
following word in the above table:
nothing: It is not short as well as not long.
not_const: It
is not constant. You can modify.
Not_volatile: It is not volatile.
not_interrupt: It is not sending interrupt signal.
Important
points:
1. Nothing modifier must be default modifier of that
group.
2. In LINUX GCC compiler there is not any concept of
pointer modifier.
Introduction
List of data types
Primitive data types in c
Modifiers of data types in c
List of modifiers in c
Default modifiers of data types in c
Default data of modifiers in c
Rules of using modifiers in c
Possibles modifiers of given data types in c
Size modifier in c
Size of data types in c
Sign modifier in c
Range of data types in c
Easy way to remember limit of data types in c
Const modifiers in c
Pointers modifier in c
Function modifier in c
Interrupt modifier in c
Volatile modifier in c
Fundamental data types in c
Memory representation of char in c
Memory representation of signed char in c
Memory representation of int in c
Memory representation of signed int in c
Memory representation of double in c
No comments:
Post a Comment