What is the special name given to a meaningful character or a set of characters in a programming language?
Answers
Answered by
2
Answer:
In each language there are individual characters that have specific meaning like calling a function, or telling a function to behave differently than normal. When you want to print those characters, they need to be escaped. One of the most common examples would be escaping an escape character \ with an extra
Similar questions