Computer Science, asked by raiashu5582, 7 months ago

Ac variable name can start with

Answers

Answered by manshasingh43829
0

Explanation:

variable name can only have letters (both uppercase and lowercase letters), digits and underscore. The first letter of a variable should be either a letter or an underscore. There is no rule on how long a variable name (identifier) can be.

Answered by janvimundada
0

Answer:

The first letter of a variable should be either a letter or an underscores. There is no rule on how long a variable name( identifier) can be. However, you may run into problems in some compliers if the variables name is longer than 31 characters.

Plz mark on heart !!

Similar questions