Variables and Identifiers

Variable: Variables are containers for storing data values. They are reserved memory locations that stores values. Identifier: Identifier is a name used to identify a variable, function, class, module or other object. An identifier starts with a letter A to Z or a to z or an underscore (_) followed by zero or more letters, […]

Variables and Identifiers Read More »