Computer Science, asked by nileshmeshram108, 2 months ago

An Identifier can start with.?​

Answers

Answered by HelpingFriend25
1

Answer:

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 ( _ ). ... For example, name and Name are two different identifiers in C.

Answered by iateikharraswai
0

Answer:

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 ( _ ). ... For example, name and Name are two different identifiers in C.

Explanation:

please mark my answers brainliest

Similar questions