Saved Bookmarks
| 1. |
What Is Dynamic Type Declaration Of A Variable In Go? |
|
Answer» A DYNAMIC type VARIABLE declaration requires compiler to interpret the type of variable based on value passed to it. Compiler don't NEED a variable to have type STATICALLY as a necessary requirement. A dynamic type variable declaration requires compiler to interpret the type of variable based on value passed to it. Compiler don't need a variable to have type statically as a necessary requirement. |
|