Tag: variable
JavaScript Variable
A variable is simply a container that stores a value in a location. This value can be changed during the execution of the program. There …
C-Language
c-language It is a high-level programming language. It was invented by Dennis Ritchie in 1972. C language is a portable language that means a program …