Computer Science, asked by shaamunegikillingpa, 1 month ago

Variable name can be starts with digits.​

Answers

Answered by aniketjanacom
0

Answer:

Variable names cannot start with a digit, because it can cause some problems like below: int a = 2; int 2 = 5; int c = 2 * a; what is the value of c? is 4, or is 10!

Answered by vaishnavibarad8
2

Answer:

Variable names cannot start with a digit, because it can cause some problems like below: int a = 2; int 2 = 5; int c = 2 * a; what is the value of c? is 4, or is 10!

Explanation:

this is your answer, please thanks me and mark me as brainlist.

Similar questions