Computer Science, asked by Harshjith, 7 hours ago

The special character that is used with an identifier is ​

Answers

Answered by ritikasingh9940
1

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.

Similar questions