Variables and Data Types
Variables are a way of reserving memory to hold some data and assign names to them so that we don’t have to remember the numbers like 316976 and instead we can use the memory location by simply referring to the variable name. Every variable is mapped to a unique memory address. However, this is not … Read more