Variables in Programming Language
Duration: 4:50 Min | May 23, 2023
One of the basic concepts of Programming is a Variable. As the name suggests, variable is an entity whose value keeps on changing. A variable is a characteristic or attribute that can assume different values. It is like a container that can store different values, a placeholder for unknown values. A variable is defined by letters, symbols or characters.