Computer Science, asked by harsh123m, 8 months ago

give any two identifier forming rule​

Answers

Answered by Anonymous
2

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.

Answered by Sahasra26
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 ( _ ). Identifiers are also case sensitive in C. For example name and Name are two different identifiers in C.

Explanation:

hope it helps u pls mark me as the brainliest

Similar questions