InterviewSolution
Saved Bookmarks
| 1. |
Identify the invalid variable names. State the reason if invalid.(i) Marks Unit(ii) Product(iii) Sales 123(iv) Marks |
|
Answer» Invalid variable names are : (i) Marks Unit Reason : Variable Name should not contain space (iv) 2 Marks Reason : Variable Name should not start with digit |
|