Saved Bookmarks
| 1. |
What are variables? Give its declaration syntax |
|
Answer» 1. It is a location in the computer memory which can store data and is given a symbolic name for easy reference. 2. The declaration syntax is datatype variable name; |
|