A __________ set of symbols which are used in a programming language.
Answers
Answered by
23
A symbol in computer programming is a primitive datatype whose instances have a unique human-readable form. Symbols can be used as identifiers. In some programming languages, they are called atoms.[1]Uniqueness is enforced by holding them in a symbol table. The most common use of symbols by programmers is for performing language reflection (particularly for callbacks), and most common indirectly is their use to create object linkages.
Answered by
12
Symbols in programming languages:
• The Operators are the set of symbols used in programming languages.
• An operator in a programming language is a symbol that states the compiler or interpreter to perform mathematical calculations or various tasks.
• A symbol in computer programming is a basic data type whose examples have a unique human-readable form. Symbols can be used as identifiers. In some programming languages, they are named atoms.
Hope it helped.....
Similar questions