Computer Science, asked by Maggg, 1 year ago

State Why The Following Is Not a Variable Name And Why No. 5

Attachments:

Answers

Answered by garywalter1221
2

variable doesn't contain special characters i.e (space means there are certain rules which we have to follow while naming a variable)


example=

int hello hi     (wrong )

int hello_hi    (right)


I hope this answer will help you    

Similar questions