Computer Science, asked by nafesa1534, 2 months ago

mention the rules for naming identifiers?​

Answers

Answered by pratikcomputer717205
1

Answer:

Rules for naming identifiers

★A valid identifier can have letters (both uppercase and lowercase letters), digits and underscores.

★The first letter of an identifier should be either a letter or an underscore.

★You cannot use keywords like int , while etc. as identifiers.

★There is no rule on how long an identifier can be.

Answered by biswasmonirujjaman59
0

Answer:

Rules for naming identifiers

A valid identifier can have letters (both uppercase and lowercase letters), digits and underscores.

The first letter of an identifier should be either a letter or an underscore.

You cannot use keywords like int , while etc. as identifiers.

There is no rule on how long an identifier can be.

hope this will help mark as brainlist

Similar questions