Discussion :: GO
- Which of the following is true about static type declaration of a variable in Go?
A.
Static type variable declaration provides assurance to the compiler that there is one variable existing with the given type and name
|
B.
A variable declaration has its meaning at the time of compilation only, compiler needs actual variable declaration at the time of linking of the program
|
C.
Both of the above
|
D.
None of the above
|
Answer : Option C
Explanation :
Be The First To Comment