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. 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. |
|