Difference between LET, CONST, VAR?
What are Variables? Variables in any programming language are containers of information. It is the name given to the address/location of information that is stored in the memory. Just like in mathematics, x=10 or t=10x+c, etc, the same is in programm...
Jan 10, 20235 min read23
