Rules for naming identifier in C language
Rules for Naming Identifier :-
1. The name should consist of only letters digits or underscore (_) .
2. First character must be and alphabet or (_).
3. Can't used a keyword.
4. Must not contain white space.
5. Only first 31 characters are significant.
6. Since 'C' is case sensitive the uppercase and lowercase letters are different.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment