InterviewSolution
Saved Bookmarks
| 1. |
Do you need to specify the type of variable during declaration? |
|
Answer» No! Since there is only ONE fundamental data type, all the declared variables are variant by default. Hence, a user NEED NOT mention the type of data during declaration. |
|