give any 4 rules of identifers naming convention
Answers
Answer:
Naming Rules for Identifiers
Naming Rules for IdentifiersIdentifiers may only include the following characters: letters ('a'..'z', 'A'..'Z'), digits ('0'..'9') and underscores ('_'). C is case sensitive, so seaside, SeaSide and SEASIDE are distinct identifiers.
Naming Rules for IdentifiersIdentifiers may only include the following characters: letters ('a'..'z', 'A'..'Z'), digits ('0'..'9') and underscores ('_'). C is case sensitive, so seaside, SeaSide and SEASIDE are distinct identifiers.The first character must not be a digit.
Naming Rules for IdentifiersIdentifiers may only include the following characters: letters ('a'..'z', 'A'..'Z'), digits ('0'..'9') and underscores ('_'). C is case sensitive, so seaside, SeaSide and SEASIDE are distinct identifiers.The first character must not be a digit.The identifier must not be one of C's 32 keywords
Explanation:
this is your answer mark branliest please