Computer Science, asked by sharank2005811, 1 month ago

what are identifiers?state two rules for forming an identifier

Answers

Answered by geetabhardwaj0203
0

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

Answered by jayjpt143149
0

Answer:

this is a answer the question

Explanation:

MARK a brainlist answer

Attachments:
Similar questions