News

Local variables are usually confined to a subprogram. A variable with local scope will only be available within the subprogram and it is declared within the subprogram.
Constants follow the same naming conventions as variables, except that they are often written in uppercase. Some programming languages, such as Python, do not support constants.