/ In C language can the first letter of the Identifier be Underscore? / C
Answers
Answered by
5
Explanation:
Rules for an Identifier
An Identifier can only have alphanumeric characters(a-z , A-Z , 0-9) and underscore( _ ). The first character of an identifier can only contain alphabet(a-z , A-Z) or underscore ( _ ). Identifiers are also case sensitive in C. For example name and Name are two different identifiers in C.....
Similar questions
Math,
4 months ago
Computer Science,
4 months ago
Hindi,
4 months ago
English,
8 months ago
Science,
1 year ago
Social Sciences,
1 year ago