Q&A
Ask and answer questions to make information more available to wider audiences.
Justin Gaffney @justin_gaffney   05, Jun 2023 12:00 AM
constant variable
What is a constant variable in Go?
answers 1
 
Answer 1
Grace Jeanes @jeanesgrace   12, Jun 2023 05:22 PM
As the name suggests constant means fixed and the meaning doesn’t change in a programming language. Once the value of a constant variable is defined then it should be the same throughout the program, we cannot change the value of a variable in between the program