Home / CSE MCQs / GO :: Discussion

Discussion :: GO

  1. Which of the following is true about static type declaration of a variable in Go?
  2. 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

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment