Tag: variable
-
Variables,datatype and primitive data type
Overview: Let discuss about variables and it’s types,data types and it’s type.Primitive data type Variables: A variable is a container which holds the value while the user executed. A variable is assigned with a data type. Variable is a name of memory location. That is variable is the name of a reserved area allocated in memory.…