Constants in Go are immutable, meaning their values cannot be _______ after declaration.

  • Altered
  • Changed
  • Modified
  • Mutated
Constants in Go are immutable, which means once their values are assigned, they cannot be altered or mutated throughout the program. This ensures predictability and reliability.
Add your answer
Loading...

Leave a comment

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