
#03 Variables & Constants
Variable
Variables are for storing data values. In Golang there are available data types for variables are string, int, boolean, and float32.
There are 2 ways to declare the variable
First way is to declare a variable using the var keyword
Second ...
Read: https://blog.rudra0x01.xyz/03-variables-and-constants
Variable
Variables are for storing data values. In Golang there are available data types for variables are string, int, boolean, and float32.
There are 2 ways to declare the variable
First way is to declare a variable using the var keyword
Second ...
Read: https://blog.rudra0x01.xyz/03-variables-and-constants