#data-structures
Read more stories on Hashnode
Articles with this tag
There are two kinds of Variables in solidity. The local variables and the state variables. The local variable is created within a function and cannot...