InterviewSolution
Saved Bookmarks
| 1. |
State Why The Following Is Not a Variable Name And Why No. 5 |
|
Answer» 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) |
|