Go - Variables
Variable
It is named unit of data and has assigned value, reference of values
name-->"Peter"
pincode-->900900
grades-->99.08
If you change the values of variables, name remain same.
name-->"Peter"
pincode-->900900
grades-...
shounakkhulape.hashnode.dev6 min read