Computer Science, asked by ganeshadgaonkar143, 4 days ago

explain the different rules of valid identificer​

Answers

Answered by davpwn6c42trishabish
0

Each identifier must have at least one character. The first character must be picked from: alpha, underscore, or dollar sign. ... The rest of the characters (besides the first) can be from: alpha, digit, underscore, or dollar sign. In other words, it can be any valid identifier character.

Answered by kirtimaurya9323
0

Answer:

Syntax of an Identifier

Each identifier must have at least one character. The first character must be picked from: alpha, underscore, or dollar sign. ... The rest of the characters (besides the first) can be from: alpha, digit, underscore, or dollar sign. In other words, it can be any valid identifier character.

Similar questions