Identifiers are the variable names given to locations in the memory of computer where different constant are stored. These locations may be integer, real or character constants. By default the length of identifier is 32 characters.
Keywords are the words whose meaning has already been explained to the C compiler. These keywords can not be used as variable names because if we do so, we are trying to assign new meaning to the keyword, which is not allowed by the C compiler. There are also called as Reserved Words. There are only 32 keywords in C.
Keywords are the words whose meaning has already been explained to the C compiler. These keywords can not be used as variable names because if we do so, we are trying to assign new meaning to the keyword, which is not allowed by the C compiler. There are also called as Reserved Words. There are only 32 keywords in C.
No comments:
Post a Comment