The _______ keyword is used to declare a variable whose value can change during program execution.

  • const
  • immutable
  • let
  • var
The var keyword in Go is used to declare variables whose values can change during the execution of the program. This flexibility allows for dynamic data storage and manipulation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *